Environments
Modify an existing environment.
put/environments/{environmentId}
Path parameters
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"
}