Update booking intent
PATCH/v1/booking_intents/:booking_intent_id
Update an existing booking intent.
Accepts slot fields, client data, and metadata. When all slot fields
(provider_id, start_at, end_at, time_zone) are present, automatically
transitions to slot_selected. Cannot update intents in terminal status
(completed or abandoned).
Request
Responses
- 200
- 401
- 404
- 422
Success
Unauthorized
Not Found
Unprocessable Entity