DeploymentFreeze
Create a new deployment freeze.
put/deploymentfreezes/{id}
Path parameters
idstring required
Request body
Example request
{
"TenantProjectEnvironmentScope": [
{
"EnvironmentId": "Environments-1",
"ProjectId": "Projects-1",
"TenantId": "Tenants-1"
}
]
}Response
Modifies an existing deployment freeze
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.