---
title: "Patch"
method: PATCH
path: "/api/v1/freepik-assets/{asset_id}"
tags: ["freepikAssets"]
---

# Patch

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

Partial update — used to write analysis/my_url/licensed_at after curation.

## Path parameters

- `asset_id` integer, required

## Request body

- FreepikAssetPatchDTO — Partial update. Only the fields present in the body are written — an omitted field is left untouched, an explicit null clears it.
  - `my_url` string, nullable
  - `tags` string[], nullable
  - `description` string, nullable
  - `comments` string, nullable
  - `is_dark` boolean, nullable
  - `has_text` boolean, nullable
  - `analysis` object, nullable
  - `status` string, nullable
  - `licensed_at` string, date-time, nullable
  - `usage_count` integer, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/624917d53409/schema)
