L@tr XRPC method link.latr.bookmarks.saveBookmark.
Input
Encoding
application/jsonsubject
stringuri
Required
A valid URI.
maxLength: 8192 bytesmaxGraphemes: 2048 graphemestags
array
Optional
No description available.
maxLength: 100 itemsOutput
Encoding
application/jsonErrors
InvalidRequest
InvalidUrl
AuthRequired
InvalidToken
InvalidDpop
ClientAuthRequired
BookmarkNotFound
Conflict
RateLimitExceeded
UpstreamFailure
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": [
"subject"
],
"properties": {
"tags": {
"type": "array",
"items": {
"type": "string",
"maxLength": 640,
"maxGraphemes": 64
},
"maxLength": 100
},
"subject": {
"type": "string",
"format": "uri",
"maxLength": 8192,
"maxGraphemes": 2048
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "InvalidRequest"
},
{
"name": "InvalidUrl"
},
{
"name": "AuthRequired"
},
{
"name": "InvalidToken"
},
{
"name": "InvalidDpop"
},
{
"name": "ClientAuthRequired"
},
{
"name": "BookmarkNotFound"
},
{
"name": "Conflict"
},
{
"name": "RateLimitExceeded"
},
{
"name": "UpstreamFailure"
}
],
"output": {
"schema": {
"ref": "link.latr.bookmarks.defs#bookmarkView",
"type": "ref"
},
"encoding": "application/json"
},
"description": "L@tr XRPC method link.latr.bookmarks.saveBookmark."
}