Update or create a branding asset blob. Requires admin authorization.
POST
/xrpc/place.stream.branding.updateBlob
Request Body required
Section titled “Request Body required ”object
key
required
Branding asset key (mainLogo, favicon, siteTitle, etc.)
string
broadcaster
DID of the broadcaster. If not provided, uses the server’s default broadcaster.
string format: did
data
required
Base64-encoded blob data
string
mimeType
required
MIME type of the blob (e.g., image/png, text/plain)
string
width
Image width in pixels (optional, for images only)
integer
height
Image height in pixels (optional, for images only)
integer
Responses
Section titled “ Responses ”Success
object
success
required
boolean
Bad Request