---
title: "Update a live event"
method: PATCH
path: "/live-events/{id}"
tags: ["Live Events"]
---

# Update a live event

`PATCH /live-events/{id}`

## Path parameters

- `id` string, required

## Headers

- `channel` string, required
- `organization` string, required

## Request body

- UpdateLiveEventInput
  - `title` string — Live event title
  - `description` string — Live event description
  - `thumbnail` string — Path to the image file in cloud storage
  - `orientation` 'PORTRAIT' | 'LANDSCAPE' — Will the video stream have portrait or landscape orientation?
  - `kind` 'PUBLIC' | 'EXCLUSIVE' | 'PAYWALL' | 'PRIVATE' | 'GEOLOCKED' | 'AUTO' — Access level determines who can access this live event.
  - `access` 'AVAILABLE' | 'REDACTED' | 'GEOLOCKED' | 'PUBLIC' — Determines if the access to the event is restricted based on the viewer's geographical location.
  - `scheduledStartAt` string, date-time — The date and time when the event is scheduled to take place.
  - `entitlements` string[] — Entitlemetns. A string array of product IDs.
  - `geoFence` GeofenceObject
    - `countryCodes` string[]
    - `type` 'WHITELIST' | 'BLACKLIST'

## Response `200`

Live event updated.

---

[API](https://skmtc.net/fanhero/apis/tenant-endpoints.md) · [All operations](https://skmtc.net/fanhero/apis/tenant-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanhero/tenant-endpoints/versions/8e7584c449dc/schema)
