update docs: adds missing schedule type values

This commit is contained in:
Irfan 2024-01-29 13:13:26 +05:00
parent 5d46bc8220
commit 4f4d58993a
2 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class ScheduleController extends Controller
* in="query",
* required=false,
* description="Filter by day",
* @OA\Schema(type="string",enum={"monday", "tuesday", "wednesday", "thursday", "friday", "unknown", "other"})
* @OA\Schema(type="string",enum={"monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday", "unknown", "other"})
* ),
*
* @OA\Parameter(

View File

@ -2299,6 +2299,8 @@
"wednesday",
"thursday",
"friday",
"saturday",
"sunday",
"unknown",
"other"
]