Docs

Update Content

PUT /content/{contentId}

PUT/content/{contentId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Replaces all editable fields on an existing content item. The files array is a full replacement — any file IDs omitted will be detached.

Path Parameters

FieldTypeRequiredDescription
contentIdGuidRequiredThe ID of the content item to update. Replace `{{contentId}}` in the URL.

Request Body

FieldTypeRequiredDescription
namestringRequiredNew display name.
descriptionstringOptionalUpdated description.
activityIdGuid?OptionalUpdated activity association. Pass `null` to remove.
filesGuid[]OptionalFull replacement list of attached file IDs. Pass `[]` to clear all.

Response

Returns 200 OK with an empty body on success.