Deploy a Release

POST https://{{base_url}}/v3/releases/{{release_uid}}/deploy

The Deploy a Release request deploys a specific Release to specific environment(s) and locale(s).

To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken. 
Read more about it in Authentication.


For more information, refer to the Deploy a Release API Reference document

Request Body

{"release"=>{"scheduled_at"=>"2018-12-12T13:13:13.122Z", "action"=>"publish/unpublish", "environments"=>["Production", "UAT"]}}

HEADERS

KeyDatatypeRequiredDescription
api_keystring
authtokenstring
authorizationstringFor this call we recommend you to use management token.
Content-Typestring
branchstringEnter your branch unique ID.