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.
id
The unique identifier of the conversation to update. This identifier is a string that always begins with the prefix conv_, for example: conv_1234567890.
notes
New notes or comments for the conversation.
Response
Successfully updated the conversation.
success
Indicates the operation was successful.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error

