Assets
Update an Asset
OAuth Scope
This endpoint requires the following OAuth scope manage_assets.
post/asset/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Asset
Request body
Example request
{
"uuid": "123e4567-4a93-406a-9c6c-230b7715c00b",
"edit_date": "2025-07-01 12:00:00",
"company_uuid": "123e4567-e99e-4028-8d5a-230b77c8387b",
"asset_type_uuid": "123e4567-26fc-4f2b-935b-230b7446f9bb",
"geo_timestamp": "2025-07-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}