cURL
curl --request POST \ --url http://localhost:3000/api/system/environment/local \ --header 'Content-Type: application/json' \ --data '{ "content": {} }'
{ "success": true, "message": "Local env updated" }
Update local environment variables in .env file
Key-value pairs of environment variables
Show child attributes
Environment variables updated
true
"Local env updated"
Was this page helpful?