Create a new deployment.
NOTE: Deployments pertain to Production instances of the |
Version: v3
Request Type: POST
Endpoint:
/v3/deployments/ |
Request Body:
{ "name": "Test Deployment" } |
Response Status Code - Success: 201 - Created
Response Body Example:
{ "id": 20, "name": "Test Deployment", "createdBy": 1, "updatedBy": 1, "updatedAt": "2017-10-12T23:48:54.340Z", "createdAt": "2017-10-12T23:48:54.340Z" } |
For more information on properties of a deployment, see API Deployments Get v3.