Skip to main content

SetActiveEnvironmentOutputBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/SetActiveEnvironmentOutputBody.json
activeEnvironmentstringrequired
needsRestartbooleanrequired
SetActiveEnvironmentOutputBody
{
"$schema": "https://example.com/schemas/SetActiveEnvironmentOutputBody.json",
"activeEnvironment": "string",
"needsRestart": true
}