forked from AkkomaGang/akkoma
Update docs to reflect we accept nickname for id for both of these endpoints
This commit is contained in:
parent
e7edfd9fec
commit
e912f81c82
1 changed files with 4 additions and 1 deletions
|
@ -32,7 +32,10 @@ Has these additional fields under the `pleroma` object:
|
|||
|
||||
## Accounts
|
||||
|
||||
- `/api/v1/accounts/:id`: The `id` parameter can also be the `nickname` of the user. This only works in this endpoint, not the deeper nested ones for following etc.
|
||||
The `id` parameter can also be the `nickname` of the user. This only works in these endpoints, not the deeper nested ones for following etc.
|
||||
|
||||
- `/api/v1/accounts/:id`
|
||||
- `/api/v1/accounts/:id/statuses`
|
||||
|
||||
Has these additional fields under the `pleroma` object:
|
||||
|
||||
|
|
Loading…
Reference in a new issue