mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
update docs: adds missing schedule type values
This commit is contained in:
parent
5d46bc8220
commit
4f4d58993a
@ -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(
|
||||
|
@ -2299,6 +2299,8 @@
|
||||
"wednesday",
|
||||
"thursday",
|
||||
"friday",
|
||||
"saturday",
|
||||
"sunday",
|
||||
"unknown",
|
||||
"other"
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user