Skip to content

Update API specifications with fern api update - #128

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
main-2026-09-19T03-12-44-295Z
Open

github-actions[bot] wants to merge 1 commit into
mainfrom
main-2026-09-19T03-12-44-295Z

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 19, 2026

Copy link
Copy Markdown

Update API specifications by running fern api update.


Note

Medium Risk
Public API contract changes: new connection routing data and stricter validation that may reject empty-string parent IDs previously accepted by clients.

Overview
Regenerates OpenAPI specs to match the current Fern API surface.

Diagram connections now expose an optional breakpoints array (up to 100 {x, y} points) on DiagramConnection, DiagramConnectionPartial, and DiagramConnectionRequired. The schema documents that breakpoints apply only to square line shapes, are ignored/rejected for other shapes, and must form a valid orthogonal path (shared x/y between neighbors, no duplicates, right-angle corners only).

Model objects (ModelObjectPartial, required, and full variants) add minLength: 1 on parentId, so a non-null parent must be a non-empty string; null remains valid for root objects.

Reviewed by Cursor Bugbot for commit 3ed7a41. Bugbot is set up for automated code reviews on this repo. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants