Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion descriptions/0/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion descriptions/2.13/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion descriptions/2.14/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion descriptions/2.15/api.intercom.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions fern/openapi-overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions fern/unstable-openapi-overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down