typos 2
This commit is contained in:
parent
e23a14e53f
commit
3f13107dc8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue