cURL
curl --request PATCH \ --url https://productlane.com/api/v1/insights/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "text": "<string>", "title": "<string>", "painLevel": "UNKNOWN", "projectId": "<string>", "notify": { "slack": true, "email": true }, "state": "NEW" }'
"<any>"
Update insight by ID. Authentication is required.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type any.
any