-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(connect): document connect ui, add apiURL param #2912
Conversation
@@ -100,7 +136,7 @@ const result = nango.auth('<INTEGRATION-ID>', '<CONNECTION-ID>', { | |||
The integration ID that you can find in the integration settings on the Nango UI. | |||
</ResponseField> | |||
|
|||
<ResponseField name="connectionId" type="string" required> | |||
<ResponseField name="connectionId" type="string"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to also update the docs-v2/spec.yaml
file to make the connection_id field not required for the POST /connection endpoint
```js | ||
const result = await nango.auth('<INTEGRATION-ID>', '<CONNECTION-ID>'); | ||
``` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we even document this option or not?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For legacy reason, I think it's somewhat required
Describe your changes
Contributes https://linear.app/nango/issue/NAN-1923/make-nango-connect-the-only-way-to-create-connection-in-nango-ui
The old doc has been moved to advanced.