Skip to main content
PUT
/
api
/
v1
/
availability-types
/
{uuid}
Update an availability type
curl --request PUT \
  --url https://{subdomain}.mindhunters.ai/api/v1/availability-types/{uuid} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "default_duration": 123
}
'

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
description
string
default_duration
integer

Response

200

Availability type updated successfully