Skip to content

Commit 5228e04

Browse files
marcmlcclaude
andcommitted
fix: mark update_internal_article_request as non-nullable
The schema was incorrectly marked as nullable, causing Java SDK generation to fail with "cannot find symbol: method isPresent()" errors. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 707a177 commit 5228e04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fern/unstable-openapi-overrides.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ components:
107107
ticket_attributes: null
108108
update_internal_article_request:
109109
x-fern-type-name: UpdateInternalArticleRequestBody
110+
nullable: false
110111
reply_conversation_request:
111112
x-fern-type-name: ReplyConversationRequestBody
112113
update_article_request:

0 commit comments

Comments
 (0)