cURL
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>" }
Create a new environment variable or update an existing one
Environment variable parameters
The body is of type object.
object
Variable created or updated successfully
The response is of type object.