Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Sep 26, 2024
1 parent 6138e61 commit 466e02b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs-v2/reference/api/integration/get.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ openapi: 'GET /integrations/{uniqueKey}'
{
"data": {
"unique_key": "slack-nango-community",
"display_name": "Slack",
"provider": "slack",
"logo": "http://localhost:3003/images/template-logos/github.svg",
"created_at": "2023-10-16T08:45:26.241Z",
Expand Down
2 changes: 2 additions & 0 deletions docs-v2/reference/api/integration/list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ const response = await nango.listIntegrations();
"data": [
{
"unique_key": "slack-nango-community",
"display_name": "Slack",
"provider": "slack",
"logo": "http://localhost:3003/images/template-logos/slack.svg",
"created_at": "2023-10-16T08:45:26.241Z",
"updated_at": "2023-10-16T08:45:26.241Z",
},
{
"unique_key": "github-prod",
"display_name": "GitHub",
"provider": "github",
"logo": "http://localhost:3003/images/template-logos/github.svg",
"created_at": "2023-10-16T08:45:26.241Z",
Expand Down
4 changes: 4 additions & 0 deletions docs-v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1948,13 +1948,17 @@ components:
additionalProperties: false
required:
- unique_key
- display_name
- provider
- created_at
- updated_at
properties:
unique_key:
type: string
description: The integration ID that you created in Nango.
display_name:
type: string
description: The provider display name.
provider:
type: string
description: The Nango API Configuration.
Expand Down

0 comments on commit 466e02b

Please sign in to comment.