abdibrahem commited on
Commit
f8328ff
·
1 Parent(s): 17bf99f

Update the endpoints documentations

Browse files
Files changed (1) hide show
  1. endpoints_documentation.py +1 -2
endpoints_documentation.py CHANGED
@@ -198,8 +198,7 @@ endpoints_documentation = {
198
  "path": "/patients/reservations",
199
  "method": "GET",
200
  "description": "Get my personal reservations/appointments (all statuses)",
201
- "parameters": {
202
- },
203
  "response": {
204
  "description": "List of patient's reservations",
205
  "model": "List[Reservation]"
 
198
  "path": "/patients/reservations",
199
  "method": "GET",
200
  "description": "Get my personal reservations/appointments (all statuses)",
201
+ "parameters": None,
 
202
  "response": {
203
  "description": "List of patient's reservations",
204
  "model": "List[Reservation]"