Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ui): list connections refactor, show end user profile #2897

Merged
merged 15 commits into from
Oct 30, 2024
Merged
10 changes: 7 additions & 3 deletions docs-v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ paths:
items:
type: string
enum: [webhook]
description: The integration ID (unique_key) that you created in Nango.
description: Include additional sensitive data
responses:
'200':
description: Successfully returned an integration
Expand Down Expand Up @@ -418,6 +418,8 @@ paths:
- provider
- provider_config_key
- created
- metadata
- errors
properties:
id:
type: integer
Expand All @@ -435,8 +437,10 @@ paths:
type: string
description: Connection creation date.
metadata:
type: object
description: Custom metadata attached to the connection
oneOf:
- type: null
- type: object
description: Custom metadata attached to the connection
errors:
type: array
items:
Expand Down
Loading
Loading