Update a conversation

View as Markdown

Authentication

hollr-api-keystring

API key issued for your account. Every request is logged and rate-limited against this key.

Path parameters

conversation_idstringRequiredformat: "uuid"
UUID of the conversation.

Request

This endpoint expects an object.
tagstringOptional
aiSummarystringOptional
userSentimentstringOptional
statusstringOptional
recordingUrlstringOptional
messageslist of maps from strings to anyOptional
rawCallDatamap from strings to anyOptional

Response

Conversation updated.
statusstringOptional
messagestringOptional
dataobjectOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error