Spaces:
Running
Running
Commit
·
515023e
1
Parent(s):
16d63e2
Update docs
Browse files- endpoints_documentation.py +0 -22
endpoints_documentation.py
CHANGED
@@ -222,28 +222,6 @@ endpoints_documentation = {
|
|
222 |
},
|
223 |
"use_case": "When admin asks: Show all reservations, Get all appointments"
|
224 |
},
|
225 |
-
"filter_reservations": {
|
226 |
-
"path": "/reservations/",
|
227 |
-
"method": "GET",
|
228 |
-
"description": "Filter reservations by patient ID or doctor name",
|
229 |
-
"parameters": {
|
230 |
-
"patient_id": {
|
231 |
-
"type": "str",
|
232 |
-
"required": False,
|
233 |
-
"description": "Filter by patient ID"
|
234 |
-
},
|
235 |
-
"doctor_name": {
|
236 |
-
"type": "str",
|
237 |
-
"required": False,
|
238 |
-
"description": "Filter by doctor name"
|
239 |
-
}
|
240 |
-
},
|
241 |
-
"response": {
|
242 |
-
"description": "List of matching scheduled reservations",
|
243 |
-
"model": "List[Reservation]"
|
244 |
-
},
|
245 |
-
"use_case": "When user asks: Show reservations with Dr. Smith, Find my reservations with specific doctor"
|
246 |
-
},
|
247 |
"create_reservation": {
|
248 |
"path": "/create-reservation",
|
249 |
"method": "POST",
|
|
|
222 |
},
|
223 |
"use_case": "When admin asks: Show all reservations, Get all appointments"
|
224 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
"create_reservation": {
|
226 |
"path": "/create-reservation",
|
227 |
"method": "POST",
|