Provider App
Update a provider app
PATCH
Authorizations
Body
application/json
fields to update.
Example:
[
"externalRef",
"provider",
"clientId",
"clientSecret"
]
The provider app fields to update. (Only include the fields you'd like to update.)
Response
200
application/json
The updated provider app
The provider app ID.
Example:
"provider-app-123"
The Ampersand project ID.
Example:
"project-456"
The SaaS provider that this app connects to.
Example:
"salesforce"
The OAuth client ID for this app.
Example:
"client-id-123"
The time the provider app was created.
The ID used by the provider to identify the app (optional).
Example:
"external-id-123"
The OAuth scopes for this app.
The time the provider app was updated.
Was this page helpful?