Skip to main content
PATCH
Update an activity

Authorizations

Authorization
string
header
required

OAuth 2.1 access token.

Path Parameters

id
string<uuid>
required

UUID of the resource.

Body

application/json

All fields are optional. Only fields included in the body are modified.

content_html
string | null

New HTML content. Send null to clear the content.

Example:

"<p>Proposal sent. Awaiting response.</p>"

files
object[] | null

New complete file list. Replaces all existing files. Send null to remove all files.

Maximum array length: 10

Response

Activity updated successfully.

data
object

Full activity object returned in single-resource responses. Includes signed URLs for attached files.