File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
openapi : 3.0.0
2
2
servers :
3
3
- description : User Management Integration microservice
4
- url : http://localhost:<port>/api
4
+ url : http://localhost:<port>/api/v1
5
5
info :
6
6
description : This is the API of the User Management Integration microservice within the Smart Operating Block project.
7
7
version : " 1.0.0"
65
65
' 404 ' :
66
66
description : User not found
67
67
68
- /users/ :
68
+ /users :
69
69
post :
70
70
tags :
71
71
- User API
85
85
schema :
86
86
$ref : ' #/components/schemas/User'
87
87
88
- /healthprofessionals /{healthProfessionalId} :
88
+ /healthProfessionals /{healthProfessionalId} :
89
89
get :
90
90
tags :
91
91
- Health Professional API
@@ -123,7 +123,7 @@ paths:
123
123
' 404 ' :
124
124
description : Health professional not found
125
125
126
- /healthprofessionals/ :
126
+ /healtPprofessionals :
127
127
post :
128
128
tags :
129
129
- Health Professional API
@@ -143,7 +143,7 @@ paths:
143
143
schema :
144
144
$ref : ' #/components/schemas/HealthProfessional'
145
145
146
- /auth/ :
146
+ /auth :
147
147
post :
148
148
tags :
149
149
- Authentication API
@@ -216,4 +216,4 @@ components:
216
216
217
217
HealthProfessionalRole :
218
218
type : string
219
- enum : [ DOCTOR , NURSE, THERAPIST ]
219
+ enum : [ SURGEON , NURSE, ANESTHETIST ]
You can’t perform that action at this time.
0 commit comments