abdibrahem commited on
Commit
f5e9d3f
·
1 Parent(s): bc7b01d

Update docs

Browse files
Files changed (1) hide show
  1. endpoints_documentation.py +1 -7
endpoints_documentation.py CHANGED
@@ -319,13 +319,7 @@ endpoints_documentation = {
319
  "path": "/doctors",
320
  "method": "GET",
321
  "description": "Get list of available doctors and their specialties and Get doctors by department",
322
- "parameters": {
323
- "department": {
324
- "type": "str",
325
- "required": False,
326
- "description": "Filter by department (must be in english, e.g. 'Cardiology', 'Dermatology')"
327
- }
328
- },
329
  "response": {
330
  "description": "List of doctors",
331
  "model": "List[Doctor]"
 
319
  "path": "/doctors",
320
  "method": "GET",
321
  "description": "Get list of available doctors and their specialties and Get doctors by department",
322
+ "parameters": None,
 
 
 
 
 
 
323
  "response": {
324
  "description": "List of doctors",
325
  "model": "List[Doctor]"