Conversations
Updates the operator-owned fields of a conversation.
PATCH
/api/v1/conversations/{id}Tags REPLACE the existing array rather than merging, so send the full list you want. Does not emit a webhook — automation-driven edits deliberately do not echo back out.
Path parameters
Prop
Type
Request body
Prop
Type
Response 200
Prop
Type
Errors
400— Invalid request body401— Missing or invalid API key404— Not found429— Rate limit exceeded
Every error shares one envelope.
Example
curl -X PATCH \
https://www.hey.support/api/v1/conversations/<id> \
-H 'Authorization: Bearer hs_live_…' \
-H 'Content-Type: application/json' \
-d '{"tags":[],"is_resolved":true}'