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 required
Section titled “Request Body required ”object
streamer
required
The DID of the streamer.
string format: did
livestreamUri
required
The AT-URI of the livestream record to update.
string format: uri
title
New title for the livestream.
string
Responses
Section titled “ Responses ”Success
object
uri
required
The AT-URI of the updated livestream record.
string format: uri
cid
required
The CID of the updated livestream record.
string format: cid
Bad Request