Promote to Production
Given a built pre-production Vault, promote it to a production Vault. This is analogous to the Promote action in the Vault UI.
You must build your pre-production Vault before you can promote it to production.
POST
/api/{version}/objects/sandbox/actions/promoteproductionHeaders
Section link for Headers| Name | Description |
|---|---|
Accept | application/json (default) |
Content-Type | application/x-www-form-urlencoded |
Body Parameters
Section link for Body ParametersRequest
Section link for Requestcurl -X POST -H "Authorization: {SESSION_ID}" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "name=VeePharm"
https://myvault.veevavault.com/api/v22.1/objects/sandbox/actions/promoteproductionResponse
Section link for Response{
"responseStatus": "SUCCESS"
}