Skip to main content
PUT
/
settings
/
{name}
curl --request PUT \ --url https://demo.enneo.ai/api/mind/settings/{name} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "toleranceGas": 800, "toleranceElectricity": 300 } '
{
  "success": true
}

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

name
string
required

The name of the setting to update

Body

application/json

The body is of type object.

Response

Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

Example:

true