fix: tests
parent
dd7424e5b5
commit
a411df1321
@ -1,7 +0,0 @@
|
|||||||
get:
|
|
||||||
tags:
|
|
||||||
- admin
|
|
||||||
summary: Get banned users
|
|
||||||
responses:
|
|
||||||
"418":
|
|
||||||
description: "TODO: A proper response needs to be added. It is not really a teapot | Replace this responses block with the block from /manage/users/latest"
|
|
@ -1,7 +0,0 @@
|
|||||||
get:
|
|
||||||
tags:
|
|
||||||
- admin
|
|
||||||
summary: Get flagged users
|
|
||||||
responses:
|
|
||||||
"418":
|
|
||||||
description: "TODO: A proper response needs to be added. It is not really a teapot | Replace this responses block with the block from /manage/users/latest"
|
|
@ -1,7 +0,0 @@
|
|||||||
get:
|
|
||||||
tags:
|
|
||||||
- admin
|
|
||||||
summary: Get inactive users
|
|
||||||
responses:
|
|
||||||
"418":
|
|
||||||
description: "TODO: A proper response needs to be added. It is not really a teapot | Replace this responses block with the block from /manage/users/latest"
|
|
@ -1,7 +0,0 @@
|
|||||||
get:
|
|
||||||
tags:
|
|
||||||
- admin
|
|
||||||
summary: Get latest users
|
|
||||||
responses:
|
|
||||||
"418":
|
|
||||||
description: "TODO: A proper response needs to be added. It is not really a teapot | Replace this responses block with the block from /manage/users/latest"
|
|
@ -1,7 +0,0 @@
|
|||||||
get:
|
|
||||||
tags:
|
|
||||||
- admin
|
|
||||||
summary: Get users with the most reputation
|
|
||||||
responses:
|
|
||||||
"418":
|
|
||||||
description: "TODO: A proper response needs to be added. It is not really a teapot | Replace this responses block with the block from /manage/users/latest"
|
|
@ -1,7 +0,0 @@
|
|||||||
get:
|
|
||||||
tags:
|
|
||||||
- admin
|
|
||||||
summary: Get users with no posts
|
|
||||||
responses:
|
|
||||||
"418":
|
|
||||||
description: "TODO: A proper response needs to be added. It is not really a teapot | Replace this responses block with the block from /manage/users/latest"
|
|
@ -1,7 +0,0 @@
|
|||||||
get:
|
|
||||||
tags:
|
|
||||||
- admin
|
|
||||||
summary: Get non-verified users
|
|
||||||
responses:
|
|
||||||
"418":
|
|
||||||
description: "TODO: A proper response needs to be added. It is not really a teapot | Replace this responses block with the block from /manage/users/latest"
|
|
@ -1,39 +0,0 @@
|
|||||||
get:
|
|
||||||
tags:
|
|
||||||
- admin
|
|
||||||
summary: Get users via search term
|
|
||||||
responses:
|
|
||||||
"200":
|
|
||||||
description: ""
|
|
||||||
content:
|
|
||||||
application/json:
|
|
||||||
schema:
|
|
||||||
allOf:
|
|
||||||
- type: object
|
|
||||||
properties:
|
|
||||||
search_display:
|
|
||||||
type: string
|
|
||||||
matchCount:
|
|
||||||
type: number
|
|
||||||
query:
|
|
||||||
type: string
|
|
||||||
uidQuery:
|
|
||||||
type: string
|
|
||||||
usernameQuery:
|
|
||||||
type: string
|
|
||||||
emailQuery:
|
|
||||||
type: string
|
|
||||||
ipQuery:
|
|
||||||
type: string
|
|
||||||
pageCount:
|
|
||||||
type: number
|
|
||||||
resultsPerPage:
|
|
||||||
type: number
|
|
||||||
timing:
|
|
||||||
type: number
|
|
||||||
users:
|
|
||||||
type: array
|
|
||||||
items:
|
|
||||||
$ref: ../../../../components/schemas/UserObject.yaml#/UserObjectACP
|
|
||||||
- $ref: ../../../../components/schemas/CommonProps.yaml#/CommonProps
|
|
||||||
- $ref: ../../../../components/schemas/Pagination.yaml#/Pagination
|
|
@ -1,7 +0,0 @@
|
|||||||
get:
|
|
||||||
tags:
|
|
||||||
- admin
|
|
||||||
summary: Get users with the most posts
|
|
||||||
responses:
|
|
||||||
"418":
|
|
||||||
description: "TODO: A proper response needs to be added. It is not really a teapot | Replace this responses block with the block from /manage/users/latest"
|
|
Loading…
Reference in New Issue