@vercel[bot]3d ago
@lingala-composio is attempting to deploy a commit to the Composio Team on Vercel.
A member of the Team first needs to authorize it.
Removes the incorrect alias references from the initiate-to-link migration guide (docs/content/docs/auth-configuration/migrating-initiate-to-link.mdx).
The alias parameter does not exist on either method:
composio.connectedAccounts.link() / composio.connectedAccounts.initiate()composio.connected_accounts.link() / composio.connected_accounts.initiate()This was verified against the SDK source and the generated client. The doc should not claim the parameter exists. Real alias/label support may be added later; this change only corrects the docs for now.
alias from the sentence: `callback_url` / `callbackUrl` works the same way on both methods.| `alias` | ✓ | ✓ | row from the comparison table.No other content changed (callback_url, allow_multiple, config rows are intact).
🤖 Generated with Claude Code
@lingala-composio is attempting to deploy a commit to the Composio Team on Vercel.
A member of the Team first needs to authorize it.