Update Appointment Type
Updates the specified appointment Type.
Authorization
bearerAuth In: header
Path Parameters
Unique identifier for the resource.
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Human-readable name of the resource.
1 <= lengthHuman-readable description of the resource.
Identifier assigned by an external system.
Emoji value for this resource.
Statuses configured for the resource, in display order.
1 <= itemsResponse Body
application/json
curl -X PATCH "https://api.getmateo.com/v1/appointment-types/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{}'{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "description": "string", "external_id": "string", "key": "string", "emoji": "string", "scheduling_enabled": true, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z"}Update Appointment Type by Locator PATCH
Updates the appointment type resolved by exactly one of id, key, or external_id within this organisation. Gallery and deleted appointment types are excluded. key cannot be changed; external_id can be changed, so subsequent locator requests must use the new value.
Create Appointment Batch Import POST
Creates a new appointment Batch Import.