Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions api/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ paths:
schema:
type: object
required:
- projectId
- projectIdOrName
- groupRef
- consumerRef
- provider
properties:
projectId:
projectIdOrName:
type: string
description: The Ampersand project ID.
description: The Ampersand project ID or project name.
example: my-project
provider:
type: string
Expand Down Expand Up @@ -71,14 +71,14 @@ paths:
basicOAuth:
summary: Basic OAuth flow (required fields only)
value:
projectId: my-project
projectIdOrName: my-project
provider: salesforce
groupRef: group-123
consumerRef: user_123456
withProviderWorkspace:
summary: With provider workspace and provider app
value:
projectId: my-project
projectIdOrName: my-project
provider: salesforce
groupRef: group-123
groupName: Acme Corp
Expand All @@ -89,7 +89,7 @@ paths:
withProviderMetadata:
summary: With provider metadata (e.g. NetSuite account ID)
value:
projectId: my-project
projectIdOrName: my-project
provider: netsuite
groupRef: group-456
consumerRef: user_789012
Expand Down
Loading
Loading