Provider App
Update a provider app
PATCH
/
projects
/
{projectIdOrName}
/
provider-apps
/
{providerAppId}
Authorizations
X-Api-Key
string
headerrequiredPath Parameters
projectIdOrName
string
requiredproviderAppId
string
requiredBody
application/json
updateMask
string[]
requiredproviderApp
object
requiredThe provider app fields to update. (Only include the fields you'd like to update.)
Response
200 - application/json
id
string
requiredThe provider app ID.
projectId
string
requiredThe Ampersand project ID.
externalRef
string
The ID used by the provider to identify the app (optional).
provider
string
requiredThe SaaS provider that this app connects to.
clientId
string
requiredThe OAuth client ID for this app.
scopes
string[]
The OAuth scopes for this app.
createTime
string
requiredThe time the provider app was created.
updateTime
string
The time the provider app was updated.
Was this page helpful?