Path parameters
-
ID of booking that booking model belongs to
-
ID of booking model that schedule belongs to
-
ID of booking model schedule to update
PUT
/bookings/{booking_id}/models/{booking_model_id}/schedules/{booking_model_schedule_id}
curl \
--request PUT 'https://*.syngency.com/admin/api/bookings/{booking_id}/models/{booking_model_id}/schedules/{booking_model_schedule_id}?booking_type_id=42&start=string&end=string'
Response examples (200)
[
[
[]
]
]
Response examples (400)
{
"code": 42,
"message": "string"
}
Response examples (500)
{
"code": 42,
"message": "string"
}