mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[bugfix] Swagger: add missing filter_action param for v2 filter PUT (#3281)
This commit is contained in:
@@ -10462,6 +10462,16 @@ paths:
|
||||
in: formData
|
||||
name: expires_in
|
||||
type: number
|
||||
- description: |-
|
||||
The action to be taken when a status matches this filter.
|
||||
|
||||
Sample: warn
|
||||
enum:
|
||||
- warn
|
||||
- hide
|
||||
in: formData
|
||||
name: filter_action
|
||||
type: string
|
||||
produces:
|
||||
- application/json
|
||||
responses:
|
||||
|
Reference in New Issue
Block a user