{
"id": "buzz.bookhive.updateList",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"description": "AT-URI of the list to update"
},
"name": {
"type": "string",
"maxLength": 100,
"minLength": 1,
"description": "New name for the list"
},
"tags": {
"type": "array",
"items": {
"type": "string",
"maxLength": 50
},
"description": "New tags"
},
"ordered": {
"type": "boolean",
"description": "Whether the list is ordered"
},
"description": {
"type": "string",
"maxLength": 500,
"description": "New description"
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"uri",
"cid"
],
"properties": {
"cid": {
"type": "string"
},
"uri": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"description": "Update an existing book list."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:enu2j5xjlqsjaylv3du4myh4
- CID
-
bafyreihhbslmqbbrbllg53gy6aviaq33uace4nfca4bwzfejlcnyh4et7e
- Indexed At
- 2026-03-25 09:47 UTC
- AT-URI
-
at://did:plc:enu2j5xjlqsjaylv3du4myh4/com.atproto.lexicon.schema/buzz.bookhive.updateList