Appearance
--- aside: false outline: false --- Powered by VitePress OpenAPI
Reschedule a job
POST
/booking-flow/clients/{clientId}/jobs/{jobId}/reschedule
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
clientId*
Type
Requiredstring
Pattern
"^cl_"jobId*
Type
Requiredstring
Pattern
"^job_"Request Body
application/json
JSON "scheduledAt": "string"
{
}
Responses
Reschedule result object
application/json
JSON "job": "string"
{
}