Skip to content

Update API specifications with fern api update#89

Merged
VictorLeach96 merged 1 commit into
mainfrom
main-2026-06-10T04-32-31-985Z
Jun 10, 2026
Merged

Update API specifications with fern api update#89
VictorLeach96 merged 1 commit into
mainfrom
main-2026-06-10T04-32-31-985Z

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 10, 2026

Copy link
Copy Markdown

Update API specifications by running fern api update.


Note

Low Risk
Contract-only OpenAPI changes; no runtime code in this diff, though SDK consumers may need to adopt cursor pagination and the new required User field.

Overview
This PR refreshes openapi.json from fern api update, documenting API contract changes for SDK generation and public docs.

Log listing now supports cursor pagination: list endpoints for action logs (including children) and organization logs gain an optional cursor query param, responses include nextCursor, and Fern x-fern-pagination metadata is wired for generated clients. Filter fields startAtId, startAfterId, endAtId, and endBeforeId on ActionLogFilter and OrganizationLogFilter are marked deprecated in favor of cursor-based paging.

Single-log GET operations actionLogFind and organizationLogFind are marked deprecated (deprecated: true and x-fern-availability: deprecated).

User schemas add defaultDomainHandleIds (nullable map of landscape id → default domain handle id) on User, UserPartial, and UserRequired, and require it on the full User type. defaultOrganizationId and landscape id map values gain explicit format: id (and domain handles use short-id).

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

@VictorLeach96
VictorLeach96 merged commit 8dfab1e into main Jun 10, 2026
2 checks passed
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.

1 participant