Skip to content

Commit 90e96ac

Browse files
marcmlcclaude
andcommitted
fix: resolve UpdateInternalArticleRequest duplicate declaration
Override the PUT /internal_articles/{id} endpoint in unstable API to use a unique request name (UpdateInternalArticleBodyRequest) to avoid conflicts with auto-generated type names. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7032044 commit 90e96ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fern/unstable-openapi-overrides.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ paths:
9595
- customChannelEvents
9696
x-fern-sdk-method-name: notifyQuickReplySelected
9797
x-fern-request-name: NotifyQuickReplySelectedRequest
98+
'/internal_articles/{id}':
99+
put:
100+
x-fern-sdk-group-name:
101+
- internalArticles
102+
x-fern-sdk-method-name: update
103+
x-fern-request-name: UpdateInternalArticleBodyRequest
98104

99105
components:
100106
schemas:

0 commit comments

Comments
 (0)