DeploymentFreeze

Create a new deployment freeze.

post/deploymentfreezes

Request body

Descriptionstring
Endstring date-time required
Namestring required
ProjectEnvironmentScopeobject
Startstring date-time required

Response

Created

Descriptionstring
Endstring date-time required
Idstring required
Namestring required
ProjectEnvironmentScopeobject
Startstring date-time required

Example response

{
  "TenantProjectEnvironmentScope": [
    {
      "EnvironmentId": "Environments-1",
      "ProjectId": "Projects-1",
      "TenantId": "Tenants-1"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 7 revisions of this API.