You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add skip_notifications parameter to Update Ticket endpoint (#383)
* Add skip_notifications parameter to Update Ticket endpoint docs
The skip_notifications boolean parameter works on the Update Ticket
(PUT /tickets/{id}) endpoint but was missing from the OpenAPI specs.
This adds it to 2.13, 2.14, 2.15, and Unstable (0) using the same
allOf wrapper pattern used by Create Ticket.
Closesintercom/intercom#474395
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Add Fern type rename for update_ticket_request to avoid name collision
The allOf wrapper on Update Ticket causes Fern to generate an inline
type named UpdateTicketRequest (from x-fern-request-name), which
collides with the component schema update_ticket_request. Adding
x-fern-type-name: UpdateTicketRequestBody follows the same pattern
used by create_ticket_request → CreateTicketRequestBody.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments