File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 42
42
$ref : ' #/components/schemas/NewRoom'
43
43
description : Room to add
44
44
45
- /rooms/{room-id } :
45
+ /rooms/{roomId } :
46
46
get :
47
47
tags :
48
48
- Room API
51
51
description : Get room information
52
52
parameters :
53
53
- in : path
54
- name : room-id
54
+ name : roomId
55
55
description : the room's ID
56
56
required : true
57
57
schema :
85
85
description : Delete a room
86
86
parameters :
87
87
- in : path
88
- name : room-id
88
+ name : roomId
89
89
description : the room's ID
90
90
required : true
91
91
schema :
98
98
' 500 ' :
99
99
description : server error occurred
100
100
101
- /medicalTechnologies :
101
+ /medical-technologies :
102
102
post :
103
103
tags :
104
104
- Medical Technology API
@@ -121,7 +121,7 @@ paths:
121
121
$ref : ' #/components/schemas/MedicalTechnology'
122
122
description : Medical Technology to add
123
123
124
- /medicalTechnologies/{technology-id } :
124
+ /medical-technologies/{technologyId } :
125
125
get :
126
126
tags :
127
127
- Medical Technology API
@@ -130,7 +130,7 @@ paths:
130
130
description : Get medical technology information
131
131
parameters :
132
132
- in : path
133
- name : technology-id
133
+ name : technologyId
134
134
description : the medical technology's ID
135
135
required : true
136
136
schema :
@@ -164,7 +164,7 @@ paths:
164
164
description : Delete a medical technology
165
165
parameters :
166
166
- in : path
167
- name : technology-id
167
+ name : technologyId
168
168
description : the medical technology's ID
169
169
required : true
170
170
schema :
@@ -184,7 +184,7 @@ paths:
184
184
description : Map the medical technology to a room inside the Operating Block
185
185
parameters :
186
186
- in : path
187
- name : technology-id
187
+ name : technologyId
188
188
description : the medical technology's ID
189
189
required : true
190
190
schema :
You can’t perform that action at this time.
0 commit comments