Update API client
Path parameters
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Updated JWT signing method. Required when auth_type
is jwt
. Supported methods: hmac
, rsa
.
Updated HMAC shared secret or RSA public key. Required when auth_type
is jwt
.
Updated discovery URL for the OIDC identity provider. Specify this or oidc_jwks_uri
when auth_type
is jwt
or oidc
.
Updated JWKS URL for the OIDC identity provider. Specify this or oidc_issuer
when auth_type
is jwt
or oidc
.
Updated JWT claim key used to identify the access profile. Applicable when auth_type
is jwt
or oidc
.
Updated list of claims to enforce. Applicable when auth_type
is jwt
or oidc
.
Updated list of issuers (iss
claim) to allow. If the iss
claim is enforced in required_claims
, leave blank to allow any issuer. Applicable when auth_type
is jwt
or oidc
.
Response
Success - The API client was updated successfully.