We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07dd85 commit 2f0ed75Copy full SHA for 2f0ed75
descriptions/0/api.intercom.io.yaml
@@ -16232,11 +16232,16 @@ components:
16232
assignment:
16233
type: object
16234
properties:
16235
- assignee_id:
+ admin_assignee_id:
16236
type: string
16237
description: The ID of the admin to which the ticket is assigned.
16238
If not provided, the ticket will be unassigned.
16239
example: '123'
16240
+ team_assignee_id:
16241
+ type: string
16242
+ description: The ID of the team to which the ticket is assigned.
16243
+ If not provided, the ticket will be unassigned.
16244
+ example: '8'
16245
required:
16246
- ticket_type_id
16247
- contacts
0 commit comments