Docs
Update Section
PUT /eventTypes/{typeId}/sections/{sectionId}
PUT
/eventTypes/{typeId}/sections/{sectionId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
| Organization token | x-Organization-Token | Optional | Run **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
| Field | Type | Required | Description |
|---|---|---|---|
| typeId | Guid | Required | The event type that owns the section. |
| sectionId | Guid | Required | The section to update. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Required | Display name for the section. |
| index | int | Required | Display order within the type. |