Docs

Update Configuration Column

PUT /Activities/{activityId}/configuration/columns/{columnId}

PUT/Activities/{activityId}/configuration/columns/{columnId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.
Event tokenx-Event-TokenOptionalRun **Get Tokens** in the Authorization folder, or call `GET /Events/{eventId}/authorize` manually.

Updates the name, display order, and size of an existing segment configuration column.

Requires EventAdmin permission on the event.

Path Parameters

FieldTypeRequiredDescription
activityIdGuidRequiredThe ID of the activity.
columnIdGuidRequiredThe ID of the column to update.

Request Body

FieldTypeRequiredDescription
namestringRequiredNew display name for the column header.
indexintRequiredNew zero-based position of the column in the table. Other columns are reordered automatically.
sizestringRequiredColumn width as a numeric string (e.g., `"150"`). Behaves like Excel column widths — set any positive integer to control the pixel width of the column in the segment table.

Response

Returns 200 OK with no body on success.