Spaces:
Sleeping
Sleeping
Commit
·
24426cc
1
Parent(s):
cb9072a
update endpints documentation
Browse files
endpoints_documentation.py
CHANGED
@@ -318,7 +318,7 @@ endpoints_documentation = {
|
|
318 |
"get_doctors": {
|
319 |
"path": "/doctors",
|
320 |
"method": "GET",
|
321 |
-
"description": "Get list of available doctors and their specialties",
|
322 |
"parameters": {
|
323 |
"department": {
|
324 |
"type": "str",
|
|
|
318 |
"get_doctors": {
|
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",
|