Skip to main content

SetActiveEnvironmentInputBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/SetActiveEnvironmentInputBody.json
environmentstringrequired

Environment name to activate

SetActiveEnvironmentInputBody
{
"$schema": "https://example.com/schemas/SetActiveEnvironmentInputBody.json",
"environment": "string"
}