Commit d1d2c19
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
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2202 | 2202 | | |
2203 | 2203 | | |
2204 | 2204 | | |
| 2205 | + | |
| 2206 | + | |
2205 | 2207 | | |
2206 | 2208 | | |
2207 | 2209 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
| 155 | + | |
154 | 156 | | |
155 | 157 | | |
156 | 158 | | |
| |||
0 commit comments