AladiaDocs
Api referenceRoomsMessages

Update the thread of a message

Stato (open/resolved), assegnatario e follow del thread.

PATCH
/v2/rooms/{id}/messages/{messageId}/thread

Stato (open/resolved), assegnatario e follow del thread.

AuthorizationBearer <token>

In: header

Path Parameters

id*string
messageId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/v2/rooms/string/messages/string/thread" \  -H "Content-Type: application/json" \  -d '{}'
{}