SetActiveEnvironmentInputBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/SetActiveEnvironmentInputBody.jsonenvironmentstringrequired
Environment name to activate
SetActiveEnvironmentInputBody
{
"$schema": "https://example.com/schemas/SetActiveEnvironmentInputBody.json",
"environment": "string"
}