DeploymentFreeze

Create a new deployment freeze.

put/deploymentfreezes/{id}

Path parameters

idstring required

Request body

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

Example request

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

Response

Modifies an existing deployment freeze

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 6 revisions of this API.