diff options
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/swagger.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index 73ff22683..8d11ba7da 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -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: |