Docs pt. 2
This commit is contained in:
parent
6a62ae58fc
commit
a85cdc6356
@ -560,13 +560,21 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
type: integer
|
type: integer
|
||||||
format: int14
|
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:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: Success.
|
description: Success.
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/UserResponse"
|
$ref: "#/components/schemas/UserDeleteResponse"
|
||||||
404:
|
404:
|
||||||
description: User not found.
|
description: User not found.
|
||||||
content:
|
content:
|
||||||
@ -903,6 +911,13 @@ components:
|
|||||||
refreshToken:
|
refreshToken:
|
||||||
type: string
|
type: string
|
||||||
format: uuid4
|
format: uuid4
|
||||||
|
UserDeleteResponse:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
pages:
|
||||||
|
type: number
|
||||||
|
post:
|
||||||
|
$ref: "#/components/schemas/UserResponse"
|
||||||
securitySchemes:
|
securitySchemes:
|
||||||
BasicAuth:
|
BasicAuth:
|
||||||
type: apiKey
|
type: apiKey
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user