2.44 configuration/system/update-settings

GET

Get the software update settings.

Responses
200GET successful.
Response (application/json): object
MemberTypeDescription
allowBaseUnitUpdateOverUSB
booleanEnable/disable base update over USB.
allowFirmwareDowngrade
booleanSet this value to 'true' to allow a firmware downgrade.
autoUpdateType
stringDefines how the Base Unit will behave with regards to automatic updates. Use Automatic for unattended updates, Notify for update checks, but no unattended updates, and Off for no update checks.
supportedAutoUpdateTypes
array

Defines the supported auto update types.

Example: ['Automatic', 'Notify', 'Off']

read-only

PATCH

Change the software update settings.

Request body (application/json): object
MemberTypeDescription
allowBaseUnitUpdateOverUSB
booleanEnable/disable base update over USB.
allowFirmwareDowngrade
booleanSet this value to 'true' to allow a firmware downgrade.
autoUpdateType
stringDefines how the Base Unit will behave with regards to automatic updates. Use Automatic for unattended updates, Notify for update checks, but no unattended updates, and Off for no update checks.
supportedAutoUpdateTypes
array

Defines the supported auto update types.

Example: ['Automatic', 'Notify', 'Off']

read-only

Responses
200PATCH successful.