POST
/
environments
/
variables
/
upsert
curl --request POST \
  --url https://api.kaizenautomation.com/environments/variables/upsert \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "<string>",
  "value": "<string>"
}'
{
  "key": "<string>",
  "value": "<string>",
  "id": "<string>"
}

Body

application/json

Environment variable parameters

The body is of type object.

Response

200
application/json

Variable created or updated successfully

The response is of type object.