Added missing quotes to response codes to keep the file consistent.
This commit is contained in:
parent
d516239c0f
commit
8b14d0f2dc
@ -1142,7 +1142,7 @@ paths:
|
|||||||
parameters:
|
parameters:
|
||||||
- $ref: '#/components/parameters/username'
|
- $ref: '#/components/parameters/username'
|
||||||
responses:
|
responses:
|
||||||
200:
|
"200":
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
@ -1167,7 +1167,7 @@ paths:
|
|||||||
description: |
|
description: |
|
||||||
This endpoint facilitates to retrieve a specific user.
|
This endpoint facilitates to retrieve a specific user.
|
||||||
responses:
|
responses:
|
||||||
200:
|
"200":
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@ -908,7 +908,7 @@ paths:
|
|||||||
parameters:
|
parameters:
|
||||||
- $ref: '#/components/parameters/username'
|
- $ref: '#/components/parameters/username'
|
||||||
responses:
|
responses:
|
||||||
200:
|
"200":
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
@ -933,7 +933,7 @@ paths:
|
|||||||
description: |
|
description: |
|
||||||
This endpoint facilitates to retrieve a specific user.
|
This endpoint facilitates to retrieve a specific user.
|
||||||
responses:
|
responses:
|
||||||
200:
|
"200":
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user