diff --git a/descriptions/2.12/api.intercom.io.yaml b/descriptions/2.12/api.intercom.io.yaml index c19c423..975c1f9 100644 --- a/descriptions/2.12/api.intercom.io.yaml +++ b/descriptions/2.12/api.intercom.io.yaml @@ -15139,14 +15139,6 @@ components: example: 1590000000 ticket_attributes: "$ref": "#/components/schemas/ticket_request_custom_attributes" - assignment: - type: object - properties: - assignee_id: - type: string - description: The ID of the admin to which the ticket is assigned. - If not provided, the ticket will be unassigned. - example: '123' required: - ticket_type_id - contacts diff --git a/descriptions/2.13/api.intercom.io.yaml b/descriptions/2.13/api.intercom.io.yaml index 22e128d..2a8a829 100644 --- a/descriptions/2.13/api.intercom.io.yaml +++ b/descriptions/2.13/api.intercom.io.yaml @@ -16154,14 +16154,6 @@ components: example: 1590000000 ticket_attributes: "$ref": "#/components/schemas/ticket_request_custom_attributes" - assignment: - type: object - properties: - assignee_id: - type: string - description: The ID of the admin to which the ticket is assigned. - If not provided, the ticket will be unassigned. - example: '123' required: - ticket_type_id - contacts