---
title: "Updates an existing Asset by ID"
method: PUT
path: "/customer_assets/{id}"
tags: ["Asset"]
---

# Updates an existing Asset by ID

`PUT /customer_assets/{id}`

Required permission: Assets - Edit
Updating only policy_folder_id requires Assets - Edit Policy ($). Updating policy_folder_id with other asset fields requires both Assets - Edit and Assets - Edit Policy ($).
Single-Customer Users can only access own assets.

## Path parameters

- `id` integer, required

## Request body

- object
  - `asset_type_name` string
  - `asset_type_id` integer
  - `properties` object
  - `name` string, required
  - `customer_id` integer
  - `asset_serial` string
  - `policy_folder_id` integer, nullable

## Response `200`

successful

## Other responses

- `422` — Invalid request

---

[API](https://skmtc.dev/syncromsp/apis/syncro.md) · [All operations](https://skmtc.dev/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/syncromsp/syncro/revisions/dfc1c332d2c2/schema)
