Schedules
Schedules are themed collections of events for special occasions like festivals. They can have custom themes, backgrounds, and time-based activation.
Creates a new schedule. Requires authentication and special permissions.
Schema for creating a new schedule
trueSchedule created successfully
Bad request - invalid parameters or body
Unauthorized - authentication required
Forbidden - insufficient permissions
Internal server error
Retrieves detailed information about a specific schedule.
Schedule UUID
Schedule details
Not found - resource doesn't exist
Internal server error
Updates an existing schedule. Requires authentication and special permissions.
Schedule UUID
Schema for updating a schedule (all fields optional)
Schedule updated successfully
Bad request - invalid parameters or body
Unauthorized - authentication required
Forbidden - insufficient permissions
Not found - resource doesn't exist
Internal server error
Last updated