File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11openapi : 3.0.0
22servers :
33 - description : User Management Integration microservice
4- url : http://localhost:<port>/api
4+ url : http://localhost:<port>/api/v1
55info :
66 description : This is the API of the User Management Integration microservice within the Smart Operating Block project.
77 version : " 1.0.0"
6565 ' 404 ' :
6666 description : User not found
6767
68- /users/ :
68+ /users :
6969 post :
7070 tags :
7171 - User API
8585 schema :
8686 $ref : ' #/components/schemas/User'
8787
88- /healthprofessionals /{healthProfessionalId} :
88+ /healthProfessionals /{healthProfessionalId} :
8989 get :
9090 tags :
9191 - Health Professional API
@@ -123,7 +123,7 @@ paths:
123123 ' 404 ' :
124124 description : Health professional not found
125125
126- /healthprofessionals/ :
126+ /healtPprofessionals :
127127 post :
128128 tags :
129129 - Health Professional API
@@ -143,7 +143,7 @@ paths:
143143 schema :
144144 $ref : ' #/components/schemas/HealthProfessional'
145145
146- /auth/ :
146+ /auth :
147147 post :
148148 tags :
149149 - Authentication API
@@ -216,4 +216,4 @@ components:
216216
217217 HealthProfessionalRole :
218218 type : string
219- enum : [ DOCTOR , NURSE, THERAPIST ]
219+ enum : [ SURGEON , NURSE, ANESTHETIST ]
You can’t perform that action at this time.
0 commit comments