Docs

Update Event Type

PUT /eventTypes/{typeId}

PUT/eventTypes/{typeId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Organization tokenx-Organization-TokenOptionalRun **Authorize Organization** in the Authorization folder.

Updates an event type's name, icon, and color.

Returns 200 OK.

Requires OrganizationAdmin permission.

Path Parameters

FieldTypeRequiredDescription
typeIdGuidRequiredThe event type to update.

Request Body

FieldTypeRequiredDescription
namestringRequiredDisplay name for the type.
iconstring?OptionalIcon identifier.
colorstring?OptionalDisplay color.