Updating a Salesforce Issuer
Use the patch /v1/cckm/sfdc/issuers/{id}
API to update a Salesforce issuer for the given id.
Syntax
Here, {id} represents the ID of the Salesforce Issuer on the CipherTrust Manager.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
name (optional) | string | Unique name for 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.