---
title: "Partially update an asset (RFC 7386 JSON Merge Patch)"
method: PATCH
path: "/api/v1/assets/{asset_id}"
tags: ["assets"]
---

# Partially update an asset (RFC 7386 JSON Merge Patch)

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

Partially updates an asset using JSON Merge Patch semantics (RFC 7386). Send only the
fields you want to change under `form_fields`: a field present with a value sets it, a field
present with `null` clears it, and an omitted field is left untouched. Unlike PUT, you do
not need to resend the entire form. Concurrent updates are guarded by optimistic locking and
retried automatically.

## Path parameters

- `asset_id` integer, required

## Headers

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

## Request body

- object

## Response `200`

Successful response

- AssetsPatchapiV1AssetsAssetIdResponse200 — Empty response body

## Changes

- **2026-08-21** `1498ff1b3ea4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/atomicwork/apis/atomicwork-public-api/changes/api/v1/assets/:asset_id/patch.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/1498ff1b3ea4/schema)
