Skip to main content
Infrastructure/OTA Versions & Policies

UpdateVersionConfig

Update Version Config

PUT/api/v1/ota/versions/config

Operation ID

UpdateVersionConfig

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Body Fields

  • config
    ObjectRequired

    Configuration data as key-value pairs

    • requireChecksum
      Boolean

      Whether artifact checksum verification is required before installation

      Example: true

    • allowDowngrade
      Boolean

      Whether agents are allowed to downgrade to a previous version

      Example: false

    • maxVersionsStored
      Integer

      Maximum number of OTA version records to retain in storage

      Example: 10

Responses

200 OK
200 OK

On success, this API returns an empty JSON object {}.