diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api/swagger.yaml | 42 | 
1 files changed, 42 insertions, 0 deletions
| diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index 3f14e41e5..46ed95c82 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -9245,6 +9245,27 @@ paths:                    in: formData                    name: filter_action                    type: string +                - collectionFormat: multi +                  description: Keywords to be added (if not using id param) or updated (if using id param). +                  in: formData +                  items: +                    type: string +                  name: keywords_attributes[][keyword] +                  type: array +                - collectionFormat: multi +                  description: Should each keyword consider word boundaries? +                  in: formData +                  items: +                    type: boolean +                  name: keywords_attributes[][whole_word] +                  type: array +                - collectionFormat: multi +                  description: Statuses to be added to the filter. +                  in: formData +                  items: +                    type: string +                  name: statuses_attributes[][status_id] +                  type: array              produces:                  - application/json              responses: @@ -9361,6 +9382,27 @@ paths:                    required: true                    type: string                  - collectionFormat: multi +                  description: Keywords to be added to the created filter. +                  in: formData +                  items: +                    type: string +                  name: keywords_attributes[][keyword] +                  type: array +                - collectionFormat: multi +                  description: Should each keyword consider word boundaries? +                  in: formData +                  items: +                    type: boolean +                  name: keywords_attributes[][whole_word] +                  type: array +                - collectionFormat: multi +                  description: Statuses to be added to the newly created filter. +                  in: formData +                  items: +                    type: string +                  name: statuses_attributes[][status_id] +                  type: array +                - collectionFormat: multi                    description: |-                      The contexts in which the filter should be applied. | 
