{
"id": "social.coves.actor.updateProfile",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"properties": {
"bio": {
"type": "string",
"maxLength": 2560,
"description": "User bio. Stored as the `description` field of the social.coves.actor.profile record.",
"maxGraphemes": 256
},
"avatarBlob": {
"type": "string",
"maxLength": 1400000,
"description": "Base64-encoded avatar image data (png, jpeg, or webp; decoded size limit 1MB)"
},
"bannerBlob": {
"type": "string",
"maxLength": 2800000,
"description": "Base64-encoded banner image data (png, jpeg, or webp; decoded size limit 2MB)"
},
"displayName": {
"type": "string",
"maxLength": 640,
"description": "Optional display name",
"maxGraphemes": 64
},
"avatarMimeType": {
"type": "string",
"maxLength": 128,
"description": "MIME type of the avatar image (image/png, image/jpeg, image/webp)"
},
"bannerMimeType": {
"type": "string",
"maxLength": 128,
"description": "MIME type of the banner image (image/png, image/jpeg, image/webp)"
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"uri",
"cid"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "CID of the updated profile record"
},
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the updated profile record"
}
}
},
"encoding": "application/json"
},
"description": "Update the authenticated user's profile"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:coves.social
- CID
-
bafyreidwzt47h23kjgdrsc2ayxotjtxejpgmiykcuihfx6ysrdyygafywa
- Indexed At
- 2026-07-24 05:18 UTC
- AT-URI
-
at://did:web:coves.social/com.atproto.lexicon.schema/social.coves.actor.updateProfile