{
"id": "place.stream.branding.updateBlob",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"key",
"data",
"mimeType"
],
"properties": {
"key": {
"type": "string",
"description": "Branding asset key (mainLogo, favicon, siteTitle, etc.)"
},
"data": {
"type": "string",
"description": "Base64-encoded blob data"
},
"width": {
"type": "integer",
"description": "Image width in pixels (optional, for images only)"
},
"height": {
"type": "integer",
"description": "Image height in pixels (optional, for images only)"
},
"mimeType": {
"type": "string",
"description": "MIME type of the blob (e.g., image/png, text/plain)"
},
"broadcaster": {
"type": "string",
"format": "did",
"description": "DID of the broadcaster. If not provided, uses the server's default broadcaster."
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "Unauthorized",
"description": "The authenticated DID is not authorized to modify branding"
},
{
"name": "BlobTooLarge",
"description": "The blob exceeds the maximum size limit"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"success"
],
"properties": {
"success": {
"type": "boolean"
}
}
},
"encoding": "application/json"
},
"parameters": null,
"description": "Update or create a branding asset blob. Requires admin authorization."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:stream.place
- CID
-
bafyreiexsnxbs7wvuj3kt6fqfivpuwjytu35lrsl4dhnrr6sfkho3puxpu
- Indexed At
- 2026-01-25 11:50 UTC
- AT-URI
-
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.branding.updateBlob