Skip to main content
PATCH
Disable or enable a client capability

Authorizations

Authorization
string
header
required

Portal API Key (Custodian API Key). Pass as a Bearer token in the Authorization header.

Path Parameters

clientId
string
required

The unique identifier of the client.

Body

application/json
capability
enum<string>
required

A capability that can be disabled for a client.

Available options:
SIGN
disabled
boolean
required

Set to true to disable the capability, false to re-enable it.

Response

Capability updated successfully

disabledCapabilities
enum<string>[]

The capabilities that are disabled for this client after the update.

A capability that can be disabled for a client.

Available options:
SIGN
id
string

Client ID