Update Sandbox Snapshot
Recreate a sandbox snapshot for the same source sandbox Vault. This request replaces the existing snapshot with the newly created one. Learn more about updating snapshots in Vault Help
POST
/api/{version}/objects/sandbox/snapshot/{api_name}/actions/updateHeaders
Section link for Headers| Name | Description |
|---|---|
Accept | application/json (default) or application/xml |
URI Path Parameters
Section link for URI Path Parameters| Name | Description |
|---|---|
api_name | The API name of the snapshot. Obtain this from the Retrieve Sandbox Snapshots request. |
Request
Section link for Requestcurl -X POST -H "Authorization: {SESSION_ID}" \
https://myvault.veevavault.com/api/v23.1/objects/sandbox/snapshot/veepharm_snapshot__c/actions/updateResponse
Section link for Response{
"responseStatus": "SUCCESS",
"job_id": 165949,
"url": "/api/v23.1/services/jobs/165949"
}Response Details
Section link for Response DetailsOn SUCCESS, the response includes the following information: