No description available.
Input
Encoding
application/jsonname
string
Required
Replacement name for the bookmark group.
maxLength: 640 bytesmaxGraphemes: 64 graphemesuri
stringat-uri
Required
AT URI of the app.bivri.bookmark.group record to rename. It must live in the authenticated member's own repository.
Output
Encoding
application/jsoncid
stringcid
Required
CID the bookmark group record now carries.
uri
stringat-uri
Required
AT URI of the renamed bookmark group record.
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": [
"uri",
"name"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the app.bivri.bookmark.group record to rename. It must live in the authenticated member's own repository."
},
"name": {
"type": "string",
"maxLength": 640,
"description": "Replacement name for the bookmark group.",
"maxGraphemes": 64
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"uri",
"cid"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "CID the bookmark group record now carries."
},
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the renamed bookmark group record."
}
}
},
"encoding": "application/json"
}
}