ParentEnvironments

Create a new parent environment.

post/{spaceId}/parentEnvironments

Path parameters

spaceIdstring required

Request body

Descriptionstring
Namestring required
Slugstring
SpaceIdstring required
UseGuidedFailureboolean

Example request

{
  "SpaceId": "Spaces-1"
}

Response

Created

Idstring required

Example response

{
  "Id": "Environments-1"
}

Changes

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