diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index bb6c020..35cf411 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -14248,7 +14248,13 @@ paths: content: application/json: schema: - "$ref": "#/components/schemas/update_ticket_request" + allOf: + - "$ref": "#/components/schemas/update_ticket_request" + properties: + skip_notifications: + type: boolean + description: Option to disable notifications when a Ticket is updated. + example: true examples: successful_response: summary: Successful response diff --git a/descriptions/2.13/api.intercom.io.yaml b/descriptions/2.13/api.intercom.io.yaml index 2f19507..d4e2551 100644 --- a/descriptions/2.13/api.intercom.io.yaml +++ b/descriptions/2.13/api.intercom.io.yaml @@ -12140,7 +12140,13 @@ paths: content: application/json: schema: - "$ref": "#/components/schemas/update_ticket_request" + allOf: + - "$ref": "#/components/schemas/update_ticket_request" + properties: + skip_notifications: + type: boolean + description: Option to disable notifications when a Ticket is updated. + example: true examples: successful_response: summary: Successful response diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index b155a97..323f85c 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -13312,7 +13312,13 @@ paths: content: application/json: schema: - "$ref": "#/components/schemas/update_ticket_request" + allOf: + - "$ref": "#/components/schemas/update_ticket_request" + properties: + skip_notifications: + type: boolean + description: Option to disable notifications when a Ticket is updated. + example: true examples: successful_response: summary: Successful response diff --git a/descriptions/2.15/api.intercom.io.yaml b/descriptions/2.15/api.intercom.io.yaml index 909f18a..685c5a2 100644 --- a/descriptions/2.15/api.intercom.io.yaml +++ b/descriptions/2.15/api.intercom.io.yaml @@ -13383,7 +13383,13 @@ paths: content: application/json: schema: - "$ref": "#/components/schemas/update_ticket_request" + allOf: + - "$ref": "#/components/schemas/update_ticket_request" + properties: + skip_notifications: + type: boolean + description: Option to disable notifications when a Ticket is updated. + example: true examples: successful_response: summary: Successful response diff --git a/fern/openapi-overrides.yml b/fern/openapi-overrides.yml index 5448f66..f92bb6f 100644 --- a/fern/openapi-overrides.yml +++ b/fern/openapi-overrides.yml @@ -2202,6 +2202,8 @@ components: x-fern-type-name: CreateTicketRequestBody properties: ticket_attributes: null + update_ticket_request: + x-fern-type-name: UpdateTicketRequestBody update_article_request: x-fern-type-name: UpdateArticleRequestBody # TODO: fern-support diff --git a/fern/unstable-openapi-overrides.yml b/fern/unstable-openapi-overrides.yml index 7e57f0a..4c6355a 100644 --- a/fern/unstable-openapi-overrides.yml +++ b/fern/unstable-openapi-overrides.yml @@ -151,6 +151,8 @@ components: x-fern-type-name: CreateTicketRequestBody properties: ticket_attributes: null + update_ticket_request: + x-fern-type-name: UpdateTicketRequestBody update_internal_article_request: x-fern-type-name: UpdateInternalArticleRequestBody nullable: false