Skip to main content
POST
/
api
/
environments
/
activate
Api Environment Activate
curl --request POST \
  --url http://localhost:8080/api/environments/activate \
  --header 'Content-Type: application/json' \
  --data '
{
  "env": "staging"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
env
string
default:staging

Response

Successful Response