{
"id": "social.showcase.library.updateItem",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "The AT-URI of the item"
},
"tags": {
"type": "array",
"items": {
"type": "string",
"maxLength": 64
},
"maxLength": 20
},
"title": {
"type": "string",
"maxLength": 300
},
"images": {
"type": "array",
"items": {
"ref": "social.showcase.defs#itemImage",
"type": "ref"
},
"maxLength": 6
},
"category": {
"type": "string",
"maxLength": 100
},
"metadata": {
"type": "unknown"
},
"visibility": {
"type": "string",
"maxLength": 10,
"knownValues": [
"public",
"unlisted",
"private"
]
},
"description": {
"type": "string",
"maxLength": 3000
},
"externalLink": {
"type": "string",
"format": "uri",
"maxLength": 2048
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"ref": "social.showcase.defs#itemView",
"type": "ref"
},
"encoding": "application/json"
},
"description": "Update an existing item. Requires authentication."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:yckosuxxph7mjwtbiztraiex
- CID
-
bafyreicttbh2qwgsyyowxugzmevwxekcko4jd4f725o7nbw7pfvqas5b6u
- Indexed At
- 2026-01-18 11:03 UTC
- AT-URI
-
at://did:plc:yckosuxxph7mjwtbiztraiex/com.atproto.lexicon.schema/social.showcase.library.updateItem