Environments
Modify an existing environment.
put/{spaceId}/environments/{environmentId}
Path parameters
spaceIdstring required
environmentIdstring required
Request body
Example request
{
"EnvironmentId": "Environments-1",
"SpaceId": "Spaces-1"
}Response
The environment after modifications have been applied.
Example response
{
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.