Update conversation status, labels, or priority
Authorization
Bearer AuthorizationBearer <token>
API key (rlay_live_* or rlay_test_). Invite redemption also accepts a server-derived rlay_session_ bearer for a current user session.
In: header
Path Parameters
id*string
Conversation ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X PATCH "https://example.com/v1/inbox/conversations/string" \ -H "Content-Type: application/json" \ -d '{}'{ "conversation": { "account_id": "string", "assigned_user_id": "string", "created_at": "string", "id": "string", "labels": [ "string" ], "last_message_at": "string", "last_message_direction": "inbound", "last_message_text": "string", "message_count": 0, "participant_avatar": "string", "participant_metadata": null, "participant_name": "string", "platform": "twitter", "priority": "string", "status": "open", "type": "comment_thread", "unread_count": 0, "updated_at": "string" }}Found something wrong? Help us improve this page.