Skip to main content
PATCH
Updates payment rail scopes for an application.

Authorizations

Authorization
string
header
required

Application (M2M) OAuth2 access token (client credentials).

Path Parameters

applicationId
string<uuid>
required

The ID of the application to update.

Body

Cancellation token.

addScopes
null | string[]

Scopes to add to the application. Each value must be one of the scopes the API allows to be patched onto an application; unknown values are rejected with 400.

removeScopes
null | string[]

Scopes to remove from the application. Each value must be one of the scopes the API allows to be patched onto an application; unknown values are rejected with 400.

Response

Scopes updated successfully.

applicationId
string<uuid>
required
clientId
string
required
displayName
string
required
isEnabled
boolean
required
scopes
string[]
required
organizationId
null | string<uuid>