---
title: "Update Asset"
method: PUT
path: "/api/v1/assets/{asset_id}"
tags: ["assets"]
---

# Update Asset

`PUT /api/v1/assets/{asset_id}`

## Path parameters

- `asset_id` integer, required

## Headers

- `X-Api-Key` string, required
- `X-Workspace-Id` string

## Request body

- object
  - `asset_type_id` integer, required
  - `form_fields` ApiV1AssetsAssetIdPutRequestBodyContentApplicationJsonSchemaFormFields, required
  - `image_id` integer

## Response `200`

Successful response

- AssetsPutapiV1AssetsAssetIdResponse200 — Empty response body

## Changes

- **2026-08-12** `2ab1cf36239b` — 1 info
  - api operation id `putapi-v-1-assets-asset-id` removed and replaced with `putapi_v1_assets__asset_id`

[Change history](https://skmtc.dev/atomicwork/apis/atomicwork-public-api/changes/api/v1/assets/:asset_id/put.md)

---

[API](https://skmtc.dev/atomicwork/apis/atomicwork-public-api.md) · [All operations](https://skmtc.dev/atomicwork/apis/atomicwork-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atomicwork/atomicwork-public-api/revisions/6223f7496274/schema)
