Updating Issuers
Use the patch /v1/cckm/oci/issuers/{id}
API to update an issuer with the given id.
Syntax
Here, {id}
is the resource ID of the issue on the CipherTrust Manager.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
client_id | string | Client ID for accessing a protected jwks_uri. |
client_secret | string | Client secret for accessing a protected jwks_uri. |
jwks_uri_protected | boolean | Specifies whether jwks URI is protected. Set to true for a protected, false for an unprotected jwks URI. For issuer, always set jwks_uri_protected to true . |
name | string | Name of the issuer. |
Example Request
Example Response
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.