Skip to content

Commit d1d2c19

Browse files
levindixonclaude
andcommitted
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>
1 parent 34d92ca commit d1d2c19

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

fern/openapi-overrides.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2202,6 +2202,8 @@ components:
22022202
x-fern-type-name: CreateTicketRequestBody
22032203
properties:
22042204
ticket_attributes: null
2205+
update_ticket_request:
2206+
x-fern-type-name: UpdateTicketRequestBody
22052207
update_article_request:
22062208
x-fern-type-name: UpdateArticleRequestBody
22072209
# TODO: fern-support

fern/unstable-openapi-overrides.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ components:
151151
x-fern-type-name: CreateTicketRequestBody
152152
properties:
153153
ticket_attributes: null
154+
update_ticket_request:
155+
x-fern-type-name: UpdateTicketRequestBody
154156
update_internal_article_request:
155157
x-fern-type-name: UpdateInternalArticleRequestBody
156158
nullable: false

0 commit comments

Comments
 (0)