Add an environment variable to a cluster.
POST/clusters/:id/env-vars
Adds a custom environment variable to the cluster and restarts the Keycloak deployment to apply it. Only custom (non-reserved) SPI configuration variables are allowed. Fails with a 409 if a restart is already in progress.
Request
Responses
- 200
Environment variable created.