Skip to main content
Update Conversation Tag

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

select
string

Select columns to return

created_at
string

Conversation creation date

updated_at
string

Latest update

organisation_id
string

Organisation ID

tag_id
string
required

Tag ID

conversation_id
string
required

Conversation ID

Body

application/json

conversation_tag

created_at
string<timestamp with time zone>
default:now()

Conversation creation date

updated_at
string<timestamp with time zone>
default:now()

Latest update

organisation_id
string<uuid>

Organisation ID

tag_id
string<uuid>

Tag ID

conversation_id
string<uuid>

Conversation ID

Response

The updated Conversation Tag object

created_at
string<timestamp with time zone>
default:now()

Conversation creation date

updated_at
string<timestamp with time zone>
default:now()

Latest update

organisation_id
string<uuid>

Organisation ID

tag_id
string<uuid>

Tag ID

conversation_id
string<uuid>

Conversation ID