configuration / cli

CLI REST-API

confirm-change

show object, if it changes by you
This is a read-write object and valid values are:




See also:
/configuration/cli: cli
/configuration/cli/text-color: text-color setting for lt_cli
/configuration/cli/default-view: default-view setting for view-command
/configuration/cli/default-view-depth: default-view-depth
/configuration/cli/default-table-columns: default-table-columns
/configuration/cli/time-out: time-out
/configuration/cli/confirm-quit: always ask to confirm before quitting
/configuration/cli/history-size: Sets the maximal number of lines inside the History-File
/configuration/cli/print-update-errors: print errors if something went wrong while updating the parameters
/configuration/cli/show-logo: prints the MEINBERG-logo when the program starts
/configuration/cli/read-cache: cli caches its values instead of updating every time

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/cli


Example using curl:
curl /api/configuration/cli


Method: PATCH
URL: /api/configuration/cli
Body:
{
  "confirm-change": true
}

Example using curl:
curl -X PATCH /api/configuration/cli -d
{
  "confirm-change": true
}

Valid values when accessing this object via REST API/JSON: false [0], true [1]