---
title: "Update asset"
method: PATCH
path: "/api/v2/assets/{asset_id}"
tags: ["assets"]
---

# Update asset

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

## Path parameters

- `asset_id` string, required

## Request body

- PatchedUpdateAssetSerializerV2
  - `name` string
  - `start_date` string, date-time
  - `end_date` string, date-time
  - `duration` integer
  - `is_enabled` boolean
  - `is_processing` boolean
  - `nocache` boolean
  - `play_order` integer
  - `skip_asset_check` boolean
  - `skip_ssl_verify` boolean
  - `play_days` integer[]
  - `play_time_from` string, time, nullable
  - `play_time_to` string, time, nullable
  - `refresh_interval_s` integer
  - `custom_headers` object

## Response `200`

- AssetSerializerV2
  - `asset_id` string, required
  - `name` string, nullable
  - `uri` string, nullable
  - `start_date` string, date-time, nullable
  - `end_date` string, date-time, nullable
  - `duration` integer, nullable
  - `mimetype` string, nullable
  - `is_enabled` boolean
  - `nocache` boolean
  - `play_order` integer
  - `skip_asset_check` boolean
  - `skip_ssl_verify` boolean
  - `is_active` boolean, required
  - `is_processing` boolean
  - `play_days` integer[], required
  - `play_time_from` string, time, nullable
  - `play_time_to` string, time, nullable
  - `is_reachable` boolean, required
  - `last_reachability_check` string, date-time, nullable, required
  - `metadata` object, required
  - `refresh_interval_s` integer, required
  - `custom_headers` object, required

## Changes

- **2026-08-14** `db7a06ac59cc` — 6 warning, 27 info
  - the `duration` request property's max was set to `31536000.00` (media type: application/json)
  - the `duration` request property's max was set to `31536000.00` (media type: application/x-www-form-urlencoded)
  - the `duration` request property's max was set to `31536000.00` (media type: multipart/form-data)
  - the `duration` request property's min was set to `0.00` (media type: application/json)
  - …29 more

[Change history](https://skmtc.dev/screenly/apis/anthias-api/changes/api/v2/assets/:asset_id/patch.md)

---

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