Skip to content

Restore Deleted Schedule

POST
/nebula/doors/schedules/{scheduleId}/restore

Restores a deleted schedule if it still exists in the system.

AllowedRoles: [front-desk-admin]

scheduleId
required
string format: uuid
nullable
248df4b7-aa70-47b8-a036-33ac447e668d

OK

object
createdAt
string format: date-time
createdBy
string format: uuid
nullable
248df4b7-aa70-47b8-a036-33ac447e668d
id
string format: uuid
nullable
248df4b7-aa70-47b8-a036-33ac447e668d
intervals
Array<object>
nullable
object
endTimeOfDayInMinutes
integer
startTimeOfDayInMinutes
integer
weekDays
Array<string>
nullable
name
string
updatedAt
string format: date-time
updatedBy
string format: uuid
nullable
248df4b7-aa70-47b8-a036-33ac447e668d
version
integer

Bad Request

Unauthorized

Not Found