---
title: "Update livestream metadata on behalf of a streamer. Requires 'livestream.manage' permission. Updates a place.stream.livestream record in the streamer's repository."
method: POST
path: "/xrpc/place.stream.moderation.updateLivestream"
tags: ["place.stream.moderation"]
---

# Update livestream metadata on behalf of a streamer. Requires 'livestream.manage' permission. Updates a place.stream.livestream record in the streamer's repository.

`POST /xrpc/place.stream.moderation.updateLivestream`

## Request body

- object
  - `streamer` string, did, required — The DID of the streamer.
  - `livestreamUri` string, uri, required — The AT-URI of the livestream record to update.
  - `title` string — New title for the livestream.

## Response `200`

Success

- object
  - `uri` string, uri, required — The AT-URI of the updated livestream record.
  - `cid` string, cid, required — The CID of the updated livestream record.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/streamplace/apis/generated-lexicon-api-schema.md) · [All operations](https://skmtc.net/streamplace/apis/generated-lexicon-api-schema/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streamplace/generated-lexicon-api-schema/versions/8e2ce7f5d85b/schema)
