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:
|
||||
- $ref: '#/components/parameters/username'
|
||||
responses:
|
||||
200:
|
||||
"200":
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
@ -1167,7 +1167,7 @@ paths:
|
||||
description: |
|
||||
This endpoint facilitates to retrieve a specific user.
|
||||
responses:
|
||||
200:
|
||||
"200":
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
|
||||
@ -908,7 +908,7 @@ paths:
|
||||
parameters:
|
||||
- $ref: '#/components/parameters/username'
|
||||
responses:
|
||||
200:
|
||||
"200":
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
@ -933,7 +933,7 @@ paths:
|
||||
description: |
|
||||
This endpoint facilitates to retrieve a specific user.
|
||||
responses:
|
||||
200:
|
||||
"200":
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user