Skip to main content
PATCH
Update company activity (note) by ID

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Company activity UUID.

Body

application/json
activity_content
string
required

New content for the company activity. Format depends on content_type.

content_type
enum<string>
default:text

Format of activity_content. "text" for plain text (auto-converted to HTML), "html" for raw HTML.

Available options:
text,
html

Response

Company activity updated

success
enum<boolean>
required
Available options:
true
data
object
required