Skip to main content
PATCH
Update a conversation turn in a thread

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required
turn_id
string
required

Query Parameters

action
enum<string>
required

The action to perform: 'like_dislike', 'copied', or 'flag'

Available options:
copied,
flag,
like_dislike

Response

Action performed successfully