ParentEnvironments
Create a new parent environment.
post/spaces/{spaceIdentifier}/parentEnvironments
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
Request body
Example request
{
"SpaceId": "Spaces-1"
}Response
Created
Example response
{
"Id": "Environments-1"
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.