Zum Hauptinhalt springen
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
}

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

name
string
erforderlich

The name of the setting to update

Body

application/json

The body is of type object.

Antwort

Successful operation

Data format of Enneo success messages

success
boolean

Operation was successful

Beispiel:

true