|
@@ -266,7 +266,16 @@ paths:
|
|
|
schema:
|
|
|
type: array
|
|
|
items:
|
|
|
- $ref: '#/components/schemas/User'
|
|
|
+ properties:
|
|
|
+ id:
|
|
|
+ type: integer
|
|
|
+ example: 1
|
|
|
+ username:
|
|
|
+ type: string
|
|
|
+ example: abi
|
|
|
+ name:
|
|
|
+ type: string
|
|
|
+ example: abidzar
|
|
|
401:
|
|
|
$ref: '#/components/responses/UnauthorizedError'
|
|
|
security:
|
|
@@ -300,7 +309,16 @@ paths:
|
|
|
content:
|
|
|
application/json:
|
|
|
schema:
|
|
|
- $ref: '#/components/schemas/User'
|
|
|
+ properties:
|
|
|
+ id:
|
|
|
+ type: integer
|
|
|
+ example: 1
|
|
|
+ username:
|
|
|
+ type: string
|
|
|
+ example: abi
|
|
|
+ name:
|
|
|
+ type: string
|
|
|
+ example: abidzar
|
|
|
400:
|
|
|
$ref: '#/components/responses/400'
|
|
|
401:
|
|
@@ -326,7 +344,16 @@ paths:
|
|
|
content:
|
|
|
application/json:
|
|
|
schema:
|
|
|
- $ref: '#/components/schemas/User'
|
|
|
+ properties:
|
|
|
+ id:
|
|
|
+ type: integer
|
|
|
+ example: 1
|
|
|
+ username:
|
|
|
+ type: string
|
|
|
+ example: abi
|
|
|
+ name:
|
|
|
+ type: string
|
|
|
+ example: abidzar
|
|
|
401:
|
|
|
$ref: '#/components/responses/UnauthorizedError'
|
|
|
404:
|
|
@@ -361,7 +388,16 @@ paths:
|
|
|
content:
|
|
|
application/json:
|
|
|
schema:
|
|
|
- $ref: '#/components/schemas/User'
|
|
|
+ properties:
|
|
|
+ id:
|
|
|
+ type: integer
|
|
|
+ example: 1
|
|
|
+ username:
|
|
|
+ type: string
|
|
|
+ example: abi
|
|
|
+ name:
|
|
|
+ type: string
|
|
|
+ example: abidzar
|
|
|
400:
|
|
|
$ref: '#/components/responses/400'
|
|
|
401:
|
|
@@ -420,7 +456,16 @@ paths:
|
|
|
content:
|
|
|
application/json:
|
|
|
schema:
|
|
|
- $ref: '#/components/schemas/User'
|
|
|
+ properties:
|
|
|
+ id:
|
|
|
+ type: integer
|
|
|
+ example: 1
|
|
|
+ username:
|
|
|
+ type: string
|
|
|
+ example: abi
|
|
|
+ name:
|
|
|
+ type: string
|
|
|
+ example: abidzar
|
|
|
400:
|
|
|
$ref: '#/components/responses/400'
|
|
|
401:
|