Spaces:
Running
Running
Commit
·
4eb8ae4
1
Parent(s):
9c68b68
Update doc
Browse files
endpoints_documentation.py
CHANGED
@@ -329,7 +329,7 @@ endpoints_documentation = {
|
|
329 |
"get_doctor_details": {
|
330 |
"path": "/doctor-details",
|
331 |
"method": "GET",
|
332 |
-
"description": "
|
333 |
"parameters": {
|
334 |
"doctor_name": {
|
335 |
"type": "str",
|
|
|
329 |
"get_doctor_details": {
|
330 |
"path": "/doctor-details",
|
331 |
"method": "GET",
|
332 |
+
"description": "Retrieves comprehensive information about doctor including their weekly schedule, working hours, and available appointment slots for today. The endpoint provides both the doctor's general availability (working hours for each day of the week) and specific available time slots for the current day (after accounting for existing appointments).",
|
333 |
"parameters": {
|
334 |
"doctor_name": {
|
335 |
"type": "str",
|