Skip to content

Commit

Permalink
Add documentation for with_suspended params
Browse files Browse the repository at this point in the history
Add documentation for mastodon/mastodon#27667
  • Loading branch information
ClearlyClaire authored Nov 8, 2023
1 parent 959013f commit 8dd8337
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/en/methods/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 8dd8337

Please sign in to comment.