Add documentation for `with_suspended` params (#1333)
Add documentation for https://github.com/mastodon/mastodon/pull/27667
This commit is contained in:
parent
959013f27c
commit
10ee12b62a
|
@ -1940,7 +1940,8 @@ Find out whether a given account is followed, blocked, muted, etc.
|
||||||
**Returns:** Array of [Relationship]({{< relref "entities/Relationship">}})\
|
**Returns:** Array of [Relationship]({{< relref "entities/Relationship">}})\
|
||||||
**OAuth:** User token + `read:follows`\
|
**OAuth:** User token + `read:follows`\
|
||||||
**Version history:**\
|
**Version history:**\
|
||||||
0.0.0 - added
|
0.0.0 - added\
|
||||||
|
4.3.0 - added `with_suspended` parameter
|
||||||
|
|
||||||
#### Request
|
#### Request
|
||||||
##### Headers
|
##### Headers
|
||||||
|
@ -1953,6 +1954,9 @@ Authorization
|
||||||
id[]
|
id[]
|
||||||
: Array. Check relationships for the provided account IDs.
|
: Array. Check relationships for the provided account IDs.
|
||||||
|
|
||||||
|
with_suspended
|
||||||
|
: Boolean. Whether relationships should be returned for suspended users, defaults to false.
|
||||||
|
|
||||||
#### Response
|
#### Response
|
||||||
##### 200: OK
|
##### 200: OK
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue