fix(openapi): broken tests

v1.18.x
Julian Lam 5 years ago
parent 1ba6929cb3
commit 45dfeeb033

@ -2897,15 +2897,17 @@ paths:
name: section name: section
schema: schema:
type: string type: string
enum: ['joindate', 'online', 'sort-posts', 'sort-reputation', 'banned', 'flagged']
required: false required: false
description: Allows filtering of the user list via pre-defined sections description: Allows filtering of the user list via pre-defined sections
enum: ['joindate', 'online', 'sort-posts', 'sort-reputation', 'banned', 'flagged'] example: 'joindate'
- in: query - in: query
name: term name: term
schema: schema:
type: string type: string
required: false required: false
description: Allows for searching of user list description: Allows for searching of user list
example: ''
responses: responses:
"200": "200":
description: "" description: ""

Loading…
Cancel
Save