From 714db7cf0e64102cbf6c61475838b6b5383876be Mon Sep 17 00:00:00 2001 From: Rohit Sharma Date: Thu, 13 Aug 2026 13:47:43 +0100 Subject: [PATCH] Document setting conversation priority on the update endpoint (Preview) Adds priority and admin_id to the Preview update-conversation request body. Co-Authored-By: Claude Opus 5 --- descriptions/0/api.intercom.io.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index 13975bd..b6fd99a 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -40389,6 +40389,22 @@ components: type: string description: The title given to the conversation example: Conversation Title + priority: + type: string + enum: + - none + - low + - medium + - high + - urgent + description: The priority level to set on the conversation. Accepts one of + none, low, medium, high, or urgent. Set none to clear an existing priority. + example: high + admin_id: + type: string + description: The ID of the teammate to attribute the priority change to. + Defaults to Operator when omitted, and is only used alongside priority. + example: '394051' custom_attributes: "$ref": "#/components/schemas/custom_attributes" company_id: