abdibrahem commited on
Commit
4eb8ae4
·
1 Parent(s): 9c68b68

Update doc

Browse files
Files changed (1) hide show
  1. endpoints_documentation.py +1 -1
endpoints_documentation.py CHANGED
@@ -329,7 +329,7 @@ endpoints_documentation = {
329
  "get_doctor_details": {
330
  "path": "/doctor-details",
331
  "method": "GET",
332
- "description": "Get detailed information about a specific doctor and their availability and start and end working times",
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",