mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-27 09:06:15 +01:00
fix(openapi): broken tests
This commit is contained in:
@@ -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: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user