Skip to main content
PATCH
Update an asset

Authorizations

Authorization
string
header
required

Organization API key with an sk_live_ or sk_test_ prefix

Path Parameters

id
string
required

Resource ID

Body

application/json
name
string
Maximum string length: 255
asset_type
enum<string>
Available options:
equipment,
vehicle,
facility
status
enum<string>
Available options:
online,
offline,
not_monitored
criticality
enum<string>
Available options:
critical,
important,
normal
description
string | null
Maximum string length: 1000
image_url
string | null
Maximum string length: 2000
image_blur
string | null
location_id
string | null
serial_number
string | null
Maximum string length: 255
manufacturer
string | null
Maximum string length: 255
model
string | null
Maximum string length: 255
year
integer | null

Manufacturing year, through the next calendar year

Required range: 1900 <= x <= 2027
extraFields
object

Label-keyed custom-field values. Omitted labels remain unchanged on update.

Response

Asset updated

data
object
required
meta
object
required