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: