diff options
| author | 2025-11-12 12:51:39 +0100 | |
|---|---|---|
| committer | 2025-11-17 14:15:18 +0100 | |
| commit | a87b70eedc053b17cf2170beee0fad28b1eab448 (patch) | |
| tree | e2c2a375f614df73701634b9849f17326976b78f /docs | |
| parent | [bugfix] update go-mmap to macOS-compatible version (#4550) (diff) | |
| download | gotosocial-a87b70eedc053b17cf2170beee0fad28b1eab448.tar.xz | |
[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 <vyr@noreply.codeberg.org>
Co-committed-by: Vyr Cossont <vyr@noreply.codeberg.org>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api/swagger.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
