---
title: "PATCH /assets/{assetId}"
method: PATCH
path: "/assets/{assetId}"
---

# PATCH /assets/{assetId}

`PATCH /assets/{assetId}`

## Path parameters

- `assetId` string, required

## Headers

- `Content-Type` string, required

## Request body

- PatchAssetId
  - `content` string
  - `description` string, nullable
  - `name` string, nullable

## Response `200`

200 response

- Asset
  - `assetId` string, required
  - `content` string
  - `contentMD5` string, nullable, required
  - `createdBy` string, nullable, required
  - `createdTime` string, nullable, required
  - `description` string, nullable, required
  - `name` string, nullable, required
  - `updatedBy` string, nullable, required
  - `updatedTime` string, nullable, required

## Other responses

- `400` — 400 response
- `403` — 403 response
- `404` — 404 response
- `415` — 415 response
- `500` — 500 response

## Changes

- **2022-09-13** `b8d771f64c04` — 1 info
  - added the required property `contentMD5` to the response with the `200` status
- **2021-11-05** `9788e6bfa925` — 2 breaking
  - the `content` response property's maxLength was unset from `6250000` for the response status `200`
  - removed the required property `contentMD5` from the response with the `200` status

[Change history](https://skmtc.dev/lucidtechai/apis/lucidtech-api/changes/assets/:assetId/patch.md)

---

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