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

This commit is contained in:
Vyr Cossont
2024-09-09 00:52:49 -07:00
committed by GitHub
parent 0595c83188
commit 100d660797
2 changed files with 21 additions and 0 deletions

View File

@@ -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: