Skip to content

Commit 658e3c7

Browse files
docs(rest-api): consider the case that no content is found
1 parent 37d4ab5 commit 658e3c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/rest-api/rest-api-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ paths:
7171
application/json:
7272
schema:
7373
$ref: '#/components/schemas/Room'
74+
'204':
75+
description: no content about the room was found
7476
'404':
7577
description: room not found
7678
'500':
@@ -148,6 +150,8 @@ paths:
148150
application/json:
149151
schema:
150152
$ref: '#/components/schemas/MedicalTechnology'
153+
'204':
154+
description: no content about the medical technology was found
151155
'404':
152156
description: medical technology not found
153157
'500':

0 commit comments

Comments
 (0)