---
title: "Update Live Asset"
method: POST
path: "/video/live/assets/update"
tags: ["API Endpoints"]
---

# Update Live Asset

`POST /video/live/assets/update`

A live asset refers to a media content/video that is live-streamed through Gumlet. This endpoint allows user to update a live streaming asset.

## Request body

- object
  - `live_asset_id` string, required — Gumlet live video asset id.
  - `title` string — Your live stream asset title
  - `start_at` string, date-time

## Response `200`

200

- object
  - `status` string
  - `stream_key` string
  - `live_asset_id` string
  - `live_video_source_id` string
  - `input` object
    - `resolution` string[]
    - `title` string
  - `stream_url` string
  - `output` object
    - `playback_url` string
    - `recording_playback_url` string
    - `recording_dash_playback_url` string
  - `thumbnail` object
    - `preparing` string
    - `disconnected` string
    - `end` string
  - `created_at` integer
  - `updated_at` integer
  - `vod_asset_id` string

## Other responses

- `400` — 400
- `401` — 401

---

[API](https://skmtc.net/gumlet/apis/gumlet-rest-apis.md) · [All operations](https://skmtc.net/gumlet/apis/gumlet-rest-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gumlet/gumlet-rest-apis/versions/b1f7ac2aeeec/schema)
