L@tr XRPC method link.latr.bookmarks.syncMetadata.
Input
Encoding
application/jsoncursor
string
Optional
No description available.
maxLength: 2048 bytesmaxGraphemes: 512 graphemeslimit
integer
Optional
No description available.
minimum: 1maximum: 100Output
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": [],
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string",
"maxLength": 2048,
"maxGraphemes": 512
}
}
},
"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#metadataSyncResult",
"type": "ref"
},
"encoding": "application/json"
},
"description": "L@tr XRPC method link.latr.bookmarks.syncMetadata."
}