Lifecycles
Modify a Lifecycle.
put/lifecycles/{id}
Path parameters
idstring required
The Id of the Lifecycle to modify.
Request body
Example request
{
"Id": "Lifecycles-1",
"Phases": [
{
"AutomaticDeploymentTargets": [
"Environments-1",
"..."
],
"OptionalDeploymentTargets": [
"Environments-1",
"..."
]
}
],
"SpaceId": "Spaces-1"
}Response
Contains a Lifecycle resource which represents changes to the Lifecycle.
Example response
{
"Phases": [
{
"AutomaticDeploymentTargets": [
"Environments-1",
"..."
],
"OptionalDeploymentTargets": [
"Environments-1",
"..."
]
}
],
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.