Skip to content

Commit 302562a

Browse files
style: use correct case for api elements
1 parent c4cbb0b commit 302562a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ paths:
4242
$ref: '#/components/schemas/NewRoom'
4343
description: Room to add
4444

45-
/rooms/{room-id}:
45+
/rooms/{roomId}:
4646
get:
4747
tags:
4848
- Room API
@@ -51,7 +51,7 @@ paths:
5151
description: Get room information
5252
parameters:
5353
- in: path
54-
name: room-id
54+
name: roomId
5555
description: the room's ID
5656
required: true
5757
schema:
@@ -85,7 +85,7 @@ paths:
8585
description: Delete a room
8686
parameters:
8787
- in: path
88-
name: room-id
88+
name: roomId
8989
description: the room's ID
9090
required: true
9191
schema:
@@ -98,7 +98,7 @@ paths:
9898
'500':
9999
description: server error occurred
100100

101-
/medicalTechnologies:
101+
/medical-technologies:
102102
post:
103103
tags:
104104
- Medical Technology API
@@ -121,7 +121,7 @@ paths:
121121
$ref: '#/components/schemas/MedicalTechnology'
122122
description: Medical Technology to add
123123

124-
/medicalTechnologies/{technology-id}:
124+
/medical-technologies/{technologyId}:
125125
get:
126126
tags:
127127
- Medical Technology API
@@ -130,7 +130,7 @@ paths:
130130
description: Get medical technology information
131131
parameters:
132132
- in: path
133-
name: technology-id
133+
name: technologyId
134134
description: the medical technology's ID
135135
required: true
136136
schema:
@@ -164,7 +164,7 @@ paths:
164164
description: Delete a medical technology
165165
parameters:
166166
- in: path
167-
name: technology-id
167+
name: technologyId
168168
description: the medical technology's ID
169169
required: true
170170
schema:
@@ -184,7 +184,7 @@ paths:
184184
description: Map the medical technology to a room inside the Operating Block
185185
parameters:
186186
- in: path
187-
name: technology-id
187+
name: technologyId
188188
description: the medical technology's ID
189189
required: true
190190
schema:

0 commit comments

Comments
 (0)