Updates booking
PUT
/api/saas/me/bookings/{internal_id}Request
Path Params
internal_id
number
required
Booking internal id
Query Params
send_email
boolean
optional
Send booking email
send_sms
boolean
optional
Send booking sms
Header Params
Authorization
string
optional
Bearer token from Auth0. required for accessing the endpoint.
Auth0-IdToken
string
optional
Id token from Auth0, optional for endpoint access.
Accept-Language
string
optional
Preferred language for the response content.
Body Params application/json
No schema defined
Example
Not configured
Request samples
Responses
OK(200)
Bad Request(400)
Record Not Found(404)
Parameter Error(422)
HTTP Code: 200
Content Type : JSONapplication/json
Change start_at for 1 hour before in PT timezone
Data Schema
object {0}
Example
{}
Last modified: 17 days ago