From 10ee12b62aacd1e3fb92cb1556da1dc0c46834cc Mon Sep 17 00:00:00 2001 From: Claire Date: Thu, 9 Nov 2023 15:50:30 +0100 Subject: [PATCH] Add documentation for `with_suspended` params (#1333) Add documentation for https://github.com/mastodon/mastodon/pull/27667 --- content/en/methods/accounts.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/en/methods/accounts.md b/content/en/methods/accounts.md index 5e00972..85204fe 100644 --- a/content/en/methods/accounts.md +++ b/content/en/methods/accounts.md @@ -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