Skip to content

fix: rename remote_setup_url to setup_link object in schema#846

Merged
alexluong merged 1 commit intomainfrom
fix/setup-link-schema
Apr 21, 2026
Merged

fix: rename remote_setup_url to setup_link object in schema#846
alexluong merged 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>
@alexluong alexluong merged commit 105fbdc into main Apr 21, 2026
2 of 3 checks passed
@alexluong alexluong deleted the fix/setup-link-schema branch April 21, 2026 08:13
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