Skip to main content
PATCH
/
threads
/
{threadId}
cURL
curl -X PATCH 'https://api.nuntly.com/threads/thr_01kabn43yqyxn2bx4ve84mczd3' \
  -H 'Authorization: Bearer apk_xxx' \
  -H 'Content-Type: application/json' \
  -d '{}'
{
  "data": {
    "id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Use an API key from https://nuntly.com/dashboard/api-keys. Required on every endpoint.

Path Parameters

threadId
string
required

Body

application/json
addLabels
string[]

Labels to add to all messages in the thread.

removeLabels
string[]

Labels to remove from all messages in the thread.

agentId
string | null

The AI agent identifier.

Response

Successful response.

data
object
required