Updating a Salesforce Cache-Only Key
Use PATCH /v1/cckm/sfdc/keys/{id}
to update a cache-only key, identified by its Resource ID. Not applicable for Salesforce BYOK Tenant Secret.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
sfdc_named_credential_id | string | Salesforce named credential id. |
certificate_id | string | Certificate ID whose public key is used to encrypt the cache-only key. |
Example Request
Example Response
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.