From 8dd8337bea52e89f88ebf640a9eba293be73a744 Mon Sep 17 00:00:00 2001 From: Claire Date: Wed, 8 Nov 2023 15:21:43 +0100 Subject: [PATCH] Add documentation for `with_suspended` params 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 5e00972f..85204fe9 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