Update Insight
Update an existing insight by its ID. All fields are optional and only provided fields will be updated.Path Parameters
Unique identifier of the insight to update
Request Body
Insight content (minimum 1 character). Can be HTML formatted for line breaks, lists, formatting and headings.
Insight title
Pain level associated with this insight
ID of the project this insight is related to
Notification preferences
Whether to send Slack notification
Whether to send email notification
New state for the insight
Response
Unique identifier for the updated insight
Insight content
Insight title
Pain level of the insight
Source of the insight
Email of the contact who provided the insight
Name of the contact who provided the insight
ID of the related project
ID of the related issue
Current state of the insight
Timestamp when the insight was created
Timestamp when the insight was last updated
ID of the workspace this insight belongs to
Example Request
Example Response
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Response
Successful response
The response is of type any
.