Docs pt. 2
This commit is contained in:
parent
6a62ae58fc
commit
a85cdc6356
@ -560,13 +560,21 @@ paths:
|
||||
schema:
|
||||
type: integer
|
||||
format: int14
|
||||
- in: query
|
||||
name: l
|
||||
schema:
|
||||
type: integer
|
||||
minimum: 0
|
||||
maximum: 30
|
||||
default: 10
|
||||
description: Number of items per page, influences returned pages count.
|
||||
responses:
|
||||
200:
|
||||
description: Success.
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/UserResponse"
|
||||
$ref: "#/components/schemas/UserDeleteResponse"
|
||||
404:
|
||||
description: User not found.
|
||||
content:
|
||||
@ -903,6 +911,13 @@ components:
|
||||
refreshToken:
|
||||
type: string
|
||||
format: uuid4
|
||||
UserDeleteResponse:
|
||||
type: object
|
||||
properties:
|
||||
pages:
|
||||
type: number
|
||||
post:
|
||||
$ref: "#/components/schemas/UserResponse"
|
||||
securitySchemes:
|
||||
BasicAuth:
|
||||
type: apiKey
|
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user