diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index bb6c0205..35cf4119 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 2f195079..d4e25519 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 b155a973..323f85c0 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 909f18a2..685c5a24 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 5448f66c..f92bb6f8 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 7e57f0a9..4c6355a0 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