From 79914bdbf7677b5c708cc3431af611df2c4a46b2 Mon Sep 17 00:00:00 2001 From: nicole mikołajczyk Date: Fri, 4 Jul 2025 15:29:27 +0200 Subject: [bugfix] set correct scope for StatusFavePOSTHandler (#4310) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > **OAuth:** User token + `write:favourites` https://docs.joinmastodon.org/methods/statuses/#favourite Signed-off-by: nicole mikołajczyk Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4310 Reviewed-by: kim Co-authored-by: nicole mikołajczyk Co-committed-by: nicole mikołajczyk --- docs/api/swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/api') diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index 924dcffdb..955d332a3 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -11347,7 +11347,7 @@ paths: description: internal server error security: - OAuth2 Bearer: - - write:statuses + - write:favourites summary: Star/like/favourite the given status, if permitted. tags: - statuses -- cgit v1.3