No description available.
Input
Encoding
application/jsongroup
stringat-uri
Required
AT URI of an app.bivri.bookmark.group record in the authenticated member's repository.
subject
refcom.atproto.repo.strongRef
Required
Strong reference to the artwork to bookmark.
Output
Encoding
application/jsoncid
stringcid
Required
CID of the bookmark item record that was written.
uri
stringat-uri
Required
AT URI of the bookmark item record that was written.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"group",
"subject"
],
"properties": {
"group": {
"type": "string",
"format": "at-uri",
"description": "AT URI of an app.bivri.bookmark.group record in the authenticated member's repository."
},
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Strong reference to the artwork to bookmark."
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"uri",
"cid"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "CID of the bookmark item record that was written."
},
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the bookmark item record that was written."
}
}
},
"encoding": "application/json"
}
}