support for with_relationships parameter
in /api/v1/mutes and /api/v1/accounts/:id endpoints
This commit is contained in:
parent
d7af0294e6
commit
c369d2b930
5 changed files with 155 additions and 11 deletions
|
|
@ -54,6 +54,13 @@ The `id` parameter can also be the `nickname` of the user. This only works in th
|
|||
- `/api/v1/accounts/:id`
|
||||
- `/api/v1/accounts/:id/statuses`
|
||||
|
||||
Endpoints which accept `with_relationships` parameter:
|
||||
|
||||
- `/api/v1/accounts/:id`
|
||||
- `/api/v1/accounts/:id/followers`
|
||||
- `/api/v1/accounts/:id/following`
|
||||
- `/api/v1/mutes`
|
||||
|
||||
Has these additional fields under the `pleroma` object:
|
||||
|
||||
- `ap_id`: nullable URL string, ActivityPub id of the user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue