Skip to main content
PUT

Authorizations

Authorization
string
header
required

Authenticate with a Bearer token: API key, OAuth token, or session token.

Path Parameters

id
string
required

The unique identifier of the activity to update

Body

application/json
activity_content
string
required

Content to update the activity with. Can be plain text or HTML depending on content_type

Examples:

"This is plain text content"

"<p>This is <strong>HTML</strong> content</p>"

content_type
enum<string>
default:text

Specifies the format of the provided content. Use "text" for plain text or "html" for HTML formatted content

Available options:
text,
html
Example:

"text"

Response

Activity successfully updated

error
string | null
required
data
object | null
required