Person Activity Endpoints
Update a person activity
Updates the content of an existing person activity. Supports both plain text and HTML content formats.
- For plain text, the content will be wrapped in a paragraph structure
- For HTML, the content will be parsed and converted to the appropriate format while preserving formatting
The activity must belong to the authenticated organization and team.
PUT
Authorizations
Enter your API key as: Bearer your_api_key_here
Path Parameters
The unique identifier of the activity to update
Body
application/json
Response
200
application/json
Activity successfully updated
The response is of type object
.