Added missing quotes to response codes to keep the file consistent.

This commit is contained in:
Kresnadi Budisantoso 2024-05-24 11:38:56 +02:00
parent d516239c0f
commit 8b14d0f2dc
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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: