From a87b70eedc053b17cf2170beee0fad28b1eab448 Mon Sep 17 00:00:00 2001 From: Vyr Cossont Date: Wed, 12 Nov 2025 12:51:39 +0100 Subject: [bugfix] Add Swagger docs for blur filter action (#4551) - Introduced by #4371 - Fixes #4445 @mkljczk: first off, thanks for adding blur filter support! Second, when updating the client API, please update the Swagger doc comments as well. Let me know if you have questions about the Swagger gunk in the future; I use it to generate the API client for `slurp` so I've touched it a bunch. Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4551 Co-authored-by: Vyr Cossont Co-committed-by: Vyr Cossont --- docs/api/swagger.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/api') diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index 8425e46ed..d67a01284 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -15185,6 +15185,7 @@ paths: enum: - warn - hide + - blur in: formData name: filter_action type: string @@ -15414,6 +15415,7 @@ paths: enum: - warn - hide + - blur in: formData name: filter_action type: string -- cgit v1.2.3