Docs

Update Schedule Block Type

PATCH /events/{eventId}/schedule-block-types/{scheduleBlockTypeId}

PATCH/events/{eventId}/schedule-block-types/{scheduleBlockTypeId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Updates the name, label, icon, and color of an existing schedule block type.

Requires EventSettings permission on the event.

Path Parameters

FieldTypeRequiredDescription
eventIdGuidRequiredThe ID of the event. Uses `{{eventId}}` from your environment.
scheduleBlockTypeIdGuidRequiredThe ID of the schedule block type to update. Replace `{{scheduleBlockTypeId}}` in the URL.

Request Body

FieldTypeRequiredDescription
namestringRequiredInternal name for the type.
labelstringOptionalDisplay label shown in the UI.
iconstringOptionalIcon identifier.
colorstringOptionalColor code for visual distinction.

Response

Returns 200 OK with an empty body on success.