Skip to main content
PUT
/
api
/
v1
/
schedules
/
{uuid}
Update a schedule
curl --request PUT \
  --url https://{subdomain}.mindhunters.ai/api/v1/schedules/{uuid} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "color": "<string>",
  "availability_type_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Body

application/json
name
string
color
string
availability_type_uuid
string<uuid>

Response

200

Schedule updated successfully