ParentEnvironments

Modify an existing parent environment.

put/{spaceId}/parentEnvironments/{environmentId}

Path parameters

spaceIdstring required
environmentIdstring required

Request body

Descriptionstring
EnvironmentIdstring required
Namestring required
Slugstring
SortOrderinteger
SpaceIdstring required
UseGuidedFailureboolean

Example request

{
  "EnvironmentId": "Environments-1",
  "SpaceId": "Spaces-1"
}

Response

The parent environment after modifications have been applied.

Descriptionstring
Idstring required
Namestring required
Slugstring required
SortOrderinteger required
SpaceIdstring required
UseGuidedFailureboolean required

Example response

{
  "Id": "Environments-1",
  "SpaceId": "Spaces-1"
}

Changes

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