v1
latestOpenAPI 3.0.22026-07-261040577.4 KBInsightComments
Create insight comment
Create a comment on an insight.
If no comment thread exists on the insight, one will be created automatically. The comment is attributed to the authenticated user.
🚧 Permissions
Please check you have the relevant permissions required to access this resource. This may include specific permissions on the object itself or its parent, or having the correct user role if you're making updates.
post/v1/insights/{insight_id}/comments
Path parameters
insight_idstring required
Unique identifier of the insight.
Request body
Example request
{
"body": "Great insight! We should follow up on this.",
"created_at": "2024-01-15T10:30:00Z",
"published_at": "2024-01-15T10:30:00Z"
}Response
201