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
Key | Datatype | Required | Description |
---|---|---|---|
api_key | string | ||
authtoken | string | ||
authorization | string | For this call we recommend you to use management token. | |
Content-Type | string | ||
branch | string | Enter your branch unique ID. |