Update Conversation

Update the notes associated with a specific conversation.

Authentication

PINNACLE-API-KEYstring
API Key authentication via header

Request

This endpoint expects an object.
idstringRequired

The unique identifier of the conversation to update. This identifier is a string that always begins with the prefix conv_, for example: conv_1234567890.

notesstringRequired>=1 character
New notes or comments for the conversation.

Response

Successfully updated the conversation.
successtrue
Indicates the operation was successful.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error