Skip to content

Commit eb345e7

Browse files
authored
Remove assignment from create ticket request (#251)
1 parent 750955f commit eb345e7

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

descriptions/2.12/api.intercom.io.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15139,14 +15139,6 @@ components:
1513915139
example: 1590000000
1514015140
ticket_attributes:
1514115141
"$ref": "#/components/schemas/ticket_request_custom_attributes"
15142-
assignment:
15143-
type: object
15144-
properties:
15145-
assignee_id:
15146-
type: string
15147-
description: The ID of the admin to which the ticket is assigned.
15148-
If not provided, the ticket will be unassigned.
15149-
example: '123'
1515015142
required:
1515115143
- ticket_type_id
1515215144
- contacts

descriptions/2.13/api.intercom.io.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16154,14 +16154,6 @@ components:
1615416154
example: 1590000000
1615516155
ticket_attributes:
1615616156
"$ref": "#/components/schemas/ticket_request_custom_attributes"
16157-
assignment:
16158-
type: object
16159-
properties:
16160-
assignee_id:
16161-
type: string
16162-
description: The ID of the admin to which the ticket is assigned.
16163-
If not provided, the ticket will be unassigned.
16164-
example: '123'
1616516157
required:
1616616158
- ticket_type_id
1616716159
- contacts

0 commit comments

Comments
 (0)