Add documentation for `with_suspended` params

Add documentation for https://github.com/mastodon/mastodon/pull/27667
This commit is contained in:
Claire 2023-11-08 15:21:43 +01:00 committed by GitHub
parent 959013f27c
commit 8dd8337bea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1940,7 +1940,8 @@ Find out whether a given account is followed, blocked, muted, etc.
**Returns:** Array of [Relationship]({{< relref "entities/Relationship">}})\
**OAuth:** User token + `read:follows`\
**Version history:**\
0.0.0 - added
0.0.0 - added\
4.3.0 - added `with_suspended` parameter
#### Request
##### Headers
@ -1953,6 +1954,9 @@ Authorization
id[]
: Array. Check relationships for the provided account IDs.
with_suspended
: Boolean. Whether relationships should be returned for suspended users, defaults to false.
#### Response
##### 200: OK