PATCH
/
v1
/
threads
/
{threadId}
Update thread
curl --request PATCH \
  --url https://api.distranmail.com/v1/threads/{threadId} \
  --header 'Content-Type: application/json' \
  --data '"<any>"'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "inbox_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "subject": "<string>",
  "status": "OPEN",
  "participants": [
    {
      "contact_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "role": "OWNER",
      "last_read_at": "2023-11-07T05:31:56Z"
    }
  ],
  "last_message_at": "2023-11-07T05:31:56Z",
  "message_count": 1,
  "metadata": {},
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Path Parameters

threadId
string
required

Body

application/json · any

The body is of type any.

Response

200 - application/json

Thread updated successfully

The response is of type object.