v52

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-028581251.8 KB
place.stream.branding

Update or create a branding asset blob. Requires admin authorization.

post/xrpc/place.stream.branding.updateBlob

Request body

keystring required

Branding asset key (mainLogo, favicon, siteTitle, etc.)

broadcasterstring did

DID of the broadcaster. If not provided, uses the server's default broadcaster.

datastring required

Base64-encoded blob data

mimeTypestring required

MIME type of the blob (e.g., image/png, text/plain)

widthinteger

Image width in pixels (optional, for images only)

heightinteger

Image height in pixels (optional, for images only)

Response

Success

successboolean required