Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down