Updating a Salesforce Organization
Use the patch /v1/cckm/sfdc/organizations/{id}
API to update the connection of a Salesforce organization. This operation requires connection to have appropriate access permissions on the Salesforce organization.
Syntax
Here, {id}
represents the ID of the Salesforce organization resource on the CipherTrust Manager.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
connection | string | Name or ID of the new Salesforce connection on the CipherTrust Manager. |
Example Request
Example Response
The output shows that the Salesforce organization connection is changed to the new connection.
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.