Update Thread
Update an existing thread by its ID. All fields are optional and only provided fields will be updated.
Path Parameters
Unique identifier of the thread to update
Request Body
Thread content (minimum 1 character). Can be HTML formatted for line breaks, lists, formatting and headings.
Pain level associated with this thread
ID of the project this thread is related to
Whether to send Slack notification
Whether to send email notification
Response
Unique identifier for the updated thread
Email of the contact who provided the thread
Name of the contact who provided the thread
ID of the related project
Current state of the thread
Timestamp when the thread was created
Timestamp when the thread was last updated
ID of the workspace this thread belongs to
Example Request
{
"text": "Updated: The dashboard has been redesigned with better navigation and clearer metrics organization.",
"title": "Dashboard Navigation - Resolved",
"painLevel": "LOW",
"state": "COMPLETED",
"projectId": "proj_123"
}
Example Response
{
"id": "insight_123456789",
"text": "Updated: The dashboard has been redesigned with better navigation and clearer metrics organization.",
"title": "Dashboard Navigation - Resolved",
"painLevel": "LOW",
"origin": "API",
"contactEmail": "john@acme.com",
"contactName": "John Doe",
"projectId": "proj_123",
"issueId": null,
"state": "COMPLETED",
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T11:45:00Z",
"workspaceId": "ws_123456789"
}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Available options:
UNKNOWN,
LOW,
MEDIUM,
HIGH
Available options:
NEW,
PROCESSED,
COMPLETED,
SNOOZED,
UNSNOOZED
createdAt
string<date-time>
required
updatedAt
string<date-time>
required