This commit is contained in:
Sofía Aritz 2024-06-29 21:05:08 +02:00
parent e23a14e53f
commit 3f13107dc8
Signed by: sofia
GPG key ID: 90B5116E3542B28F

View file

@ -35,7 +35,7 @@ limited actions on the account of the user.
### Retrieving an asset
1. The client requests a `session_key` (_the Key_ from now on) to the `identity-api`, the Key allows the `asset-api` to perform
limited actions on the account of the user.
limited actions on the user's account.
2. The client sends a request to the `asset-api` with the asset ID and the Key.
3. The `asset-api` retrieves the user's asset list by requesting it to the `identity-api` using the Key.
4. After some preconditions are met, the asset is sent back to the client.