Updates a Software Version

Updates a Software Version

Path Params
string
required

The ID that specifies a Software Version

Body Params
string

Unique identifier for the software version

date-time

When this software version record was created

string
required

ID of the device this software version is installed on

string

ID of the company that owns the device

string

ID of the user who created this record

string
enum
required

Package manager source ('apt' or 'snap')

Allowed:
string
required

Name of the software package

string | null

Publisher/maintainer of the software package

string | null

Raw version string before parsing

uint64 | null

Major version number

uint64 | null

Minor version number

uint64 | null

Patch version number

string | null

Pre-release version string (e.g. alpha, beta)

string | null

Version metadata

integer | null

Package revision number (required for snap packages)

string | null

Release track (optional for snap packages)

string | null

Additional notes about this version

Responses
200

Successful operation

401

You are not authorized

404

The item you were looking for does not exist

500

An unexpected error was encountered.

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!