diff options
Diffstat (limited to 'docs/api/swagger.yaml')
-rw-r--r-- | docs/api/swagger.yaml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index be833cf51..0fe932daa 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -5296,7 +5296,9 @@ paths: "200": description: Requested filters. schema: - $ref: '#/definitions/filterV1' + items: + $ref: '#/definitions/filterV1' + type: array "400": description: bad request "401": @@ -5329,7 +5331,8 @@ paths: name: phrase required: true type: string - - description: |- + - collectionFormat: multi + description: |- The contexts in which the filter should be applied. Sample: home, public @@ -5343,7 +5346,7 @@ paths: items: type: string minItems: 1 - name: context + name: context[] required: true type: array uniqueItems: true @@ -5477,7 +5480,8 @@ paths: name: phrase required: true type: string - - description: |- + - collectionFormat: multi + description: |- The contexts in which the filter should be applied. Sample: home, public @@ -5491,7 +5495,7 @@ paths: items: type: string minItems: 1 - name: context + name: context[] required: true type: array uniqueItems: true |