Skip to content

fix: rename remote_setup_url to setup_link object in schema#846

Open
alexluong wants to merge 1 commit intomainfrom
fix/setup-link-schema
Open

fix: rename remote_setup_url to setup_link object in schema#846
alexluong wants to merge 1 commit intomainfrom
fix/setup-link-schema

Conversation

@alexluong
Copy link
Copy Markdown
Collaborator

Summary

  • OpenAPI schema defined remote_setup_url as a string, but the API actually returns setup_link as an object ({ href, cta })
  • Updated schema, genprovider tool, and guide docs to match the real implementation
  • SDKs will pick up the fix on next Speakeasy regen

🤖 Generated with Claude Code

The schema defined `remote_setup_url` as a string but the actual API
returns `setup_link` as an object with `href` and `cta` fields. This
mismatch caused generated SDKs and downstream consumers to model the
field incorrectly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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