Skip to main content
Infrastructure/OTA Versions & Policies
PUTOTASince 1.0SynchronousAuth Required

UpdateVersionConfig

Update Version Config

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Request Inputs

Body Fields

  • configObjectRequired

    Configuration data as key-value pairs

    • requireChecksumBoolean

      Whether artifact checksum verification is required before installation

      Example: true

    • allowDowngradeBoolean

      Whether agents are allowed to downgrade to a previous version

      Example: false

    • maxVersionsStoredInteger

      Maximum number of OTA version records to retain in storage

      Example: 10

Responses

200 OK

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

Endpoint

PUT/api/v1/ota/versions/config

/api/v1/ota/versions/config

Operation ID

UpdateVersionConfig

Permalink

Request Example

curl -X PUT '{host}/api/v1/ota/versions/config' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"config":{"requireChecksum":true,"allowDowngrade":false,"maxVersionsStored":10}}'

Response Example

200
{}

Change History

This API has no change history records yet.

View all change history