Authorizations
Cookie-based authentication
Path Parameters
The name of the setting to update
Body
application/json · object
Response
Successful operation
Data format of Enneo success messages
Operation was successful
Example:
true
curl --request PUT \
--url https://demo.enneo.ai/api/mind/settings/{name} \
--header 'Content-Type: application/json' \
--data '{
"toleranceGas": 800,
"toleranceElectricity": 300
}'
{
"success": true
}
Cookie-based authentication
The name of the setting to update
Successful operation
Data format of Enneo success messages
Operation was successful
true
curl --request PUT \
--url https://demo.enneo.ai/api/mind/settings/{name} \
--header 'Content-Type: application/json' \
--data '{
"toleranceGas": 800,
"toleranceElectricity": 300
}'
{
"success": true
}