From bf1831dcb4489871784428a24b2075db2cbbb7fb Mon Sep 17 00:00:00 2001 From: faizzed Date: Tue, 15 Apr 2025 16:14:54 +0100 Subject: [PATCH] remove assignment from create ticket request --- descriptions/2.12/api.intercom.io.yaml | 8 -------- descriptions/2.13/api.intercom.io.yaml | 8 -------- 2 files changed, 16 deletions(-) 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