POST
/
api
/
system
/
environment
/
local
Update local environment variables
curl --request POST \
  --url http://localhost:3000/api/system/environment/local \
  --header 'Content-Type: application/json' \
  --data '{
  "content": {}
}'
{
  "success": true,
  "message": "Local env updated"
}

Body

application/json

Response

200
application/json

Environment variables updated

The response is of type object.