Skip to main content
PATCH
/
conversations
/
{conversationId}
Update conversation
curl --request PATCH \
  --url https://api.getarbol.com/v1/conversations/{conversationId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "title": "<string>",
  "summary": "<string>",
  "contactId": "<string>",
  "isArchived": true,
  "metadata": {}
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": {}
  },
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

Use your API key from the Arbol dashboard. Go to Settings > API Keys to generate one.

Path Parameters

conversationId
string
required

Conversation ID (cnv_ prefix)

Body

application/json
title
string
summary
string
contactId
string
isArchived
boolean
metadata
object

Response

Updated conversation