Updates a Software Update

Updates a Software Update

Path Params
string
required

The ID that specifies a Software Update

Body Params
string
required

The name of the software update

string

Optional id of the destination company. If left blank, will default to the current user's company_id. If present, the user must have permission to view the company account, or a 401 error will be thrown.

string
enum
required

The type of software update

Allowed:
string
required

The _id of the device type to associate the update with.

files
array of objects

The list of files associated with the update.

files
string

The script used to run the update.

boolean
Defaults to false

A flag to trigger a reboot of the system after the update is applied.

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!