superseriousbusiness / gotosocial

Fast, fun, small ActivityPub server.
https://docs.gotosocial.org
GNU Affero General Public License v3.0
3.7k stars 316 forks source link

[bugfix] Swagger: add missing filter_action param for v2 filter PUT #3281

Closed VyrCossont closed 2 weeks ago

VyrCossont commented 2 weeks ago

Description

This pull request adds Swagger docs for a parameter that should be present on PUT and POST for v2 filters, but was only on the docs for POST.

Checklist