Docs

Update Assignment

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

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

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 the per-assignment flags and/or reorders the attribute within the section (the server reshuffles siblings).

To move an assignment to a different section, Unassign it from the old section, then Assign it to the new one carrying the same flags.

Returns 200 OK.

Requires OrganizationAdmin permission.

Path Parameters

FieldTypeRequiredDescription
typeIdGuidRequiredThe event type that owns the section.
sectionIdGuidRequiredThe section that holds the assignment.
attributeIdGuidRequiredThe assigned attribute to update.

Request Body

FieldTypeRequiredDescription
isRequiredboolRequiredWhether the attribute is required on events of this type.
isTaskTrackedboolRequiredWhether filling the attribute is tracked as a task.
isTaskReviewRequiredboolRequiredWhether the tracked task requires review. Only meaningful when `isTaskTracked` is true.
indexintRequiredDisplay order within the section.