Docs

Update Section

PUT /eventTypes/{typeId}/sections/{sectionId}

PUT/eventTypes/{typeId}/sections/{sectionId}

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.

Renames and/or reorders a section. The server reshuffles sibling section indexes.

Returns 200 OK.

Requires OrganizationAdmin permission.

Path Parameters

FieldTypeRequiredDescription
typeIdGuidRequiredThe event type that owns the section.
sectionIdGuidRequiredThe section to update.

Request Body

FieldTypeRequiredDescription
namestringRequiredDisplay name for the section.
indexintRequiredDisplay order within the type.