Skip to content

fix(spec): correct GET /events parameter indices in Python pagination overlay#694

Merged
leggetter merged 1 commit into
mainfrom
fix/python-sdk-pagination-overlay
Feb 11, 2026
Merged

fix(spec): correct GET /events parameter indices in Python pagination overlay#694
leggetter merged 1 commit into
mainfrom
fix/python-sdk-pagination-overlay

Conversation

@leggetter

Copy link
Copy Markdown
Collaborator

After destination_id was removed from GET /events (v0.13), the next and prev query parameters moved to indices 5 and 6. The pagination-fixes overlay (used only by the Python SDK) was still targeting indices 6 and 7, which caused Python SDK generation to fail during the Compile SDK step.

This change updates the overlay to target parameters 5 and 6 for GET /events so the Python SDK builds successfully.

Made with Cursor

… overlay

After destination_id was removed from GET /events, next/prev moved to
indices 5 and 6. The overlay was still targeting 6 and 7, which broke
Python SDK generation (Compile SDK step). Only Python uses this overlay.

Co-authored-by: Cursor <cursoragent@cursor.com>
Copilot AI review requested due to automatic review settings February 11, 2026 17:10
@vercel

vercel Bot commented Feb 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
outpost-docs Building Building Preview, Comment Feb 11, 2026 5:10pm
outpost-website Ready Ready Preview, Comment Feb 11, 2026 5:10pm

Request Review

@vercel
vercel Bot temporarily deployed to Preview – outpost-website February 11, 2026 17:10 Inactive
@leggetter
leggetter merged commit 0bbf08a into main Feb 11, 2026
7 of 8 checks passed
@leggetter
leggetter deleted the fix/python-sdk-pagination-overlay branch February 11, 2026 17:10
@vercel
vercel Bot temporarily deployed to Preview – outpost-docs February 11, 2026 17:10 Inactive

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Python SDK–only pagination overlay so it correctly renames the next/prev query parameters for GET /events after the OpenAPI parameter list changed in v0.13, unblocking Python SDK generation during the compile step.

Changes:

  • Fix JSONPath targets for GET /events parameter overrides to use indices [5] and [6] (for next and prev).
  • Update the inline comment documenting the expected parameter ordering for GET /events.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants