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