Update an Asset
OAuth Scope
This endpoint requires the following OAuth scope manage_assets.
Path parameters
UUID of the Asset
Request body
Example request
{
"uuid": "123e4567-18c8-451f-879d-23f9421d865b",
"company_uuid": "123e4567-fbc9-4ae2-b9d1-23f9463186cb",
"geo_timestamp": "2026-03-01 12:00:00"
}Response
Success - The record was updated successfully
Example response
{
"message": "OK"
}Changes
Changed in 2 of the 50 revisions of this API.35
- ●
removed the request property
activerequest-property-removed
- ●
removed the request property
asset_coderequest-property-removed
- ●
removed the request property
asset_type_uuidrequest-property-removed
- ●
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○