Patch Thread Message
Last updated
Was this helpful?
Last updated
Was this helpful?
You can patch a thread conversation to update logged message(s). To patch any message, you only need to provide the thread_id and the message_id. Both thread_id and message_id will the same as that returned by the API at ingestion time.
PATCH
https://api.context.ai/api/v1/log/conversation/thread/:thread_id
Patches a thread converation
Request Body
thread_id
query_param
id
of the thread to be patched
messages
Array
Array of objects. Note that each of these ChatMessge object needs to contain an id.