fix(openapi): broken tests

This commit is contained in:
Julian Lam
2020-05-13 12:45:18 -04:00
parent 1ba6929cb3
commit 45dfeeb033

View File

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