Skip to content

Commit 2f0ed75

Browse files
authored
Update open api doc (#227)
1 parent c07dd85 commit 2f0ed75

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

descriptions/0/api.intercom.io.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16232,11 +16232,16 @@ components:
1623216232
assignment:
1623316233
type: object
1623416234
properties:
16235-
assignee_id:
16235+
admin_assignee_id:
1623616236
type: string
1623716237
description: The ID of the admin to which the ticket is assigned.
1623816238
If not provided, the ticket will be unassigned.
1623916239
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'
1624016245
required:
1624116246
- ticket_type_id
1624216247
- contacts

0 commit comments

Comments
 (0)