Skip to main content
PATCH
/
api
/
v3
/
threads
/
{id}
/
turns
/
{turn_id}
Update a conversation turn in a thread
curl --request PATCH \
  --url https://paradigm.lighton.ai/api/v3/threads/{id}/turns/{turn_id} \
  --header 'Authorization: Bearer <token>'

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