Update user preference for Rito. Authentication required.
Output
Encoding
application/jsonenableAutoGenerateBookmark
boolean
Optional
Whether to automatically collect Bluesky posts to Rito bookmarks.
langForAutoGenertateBookmark
string
Optional
User's preferred language for Auto Generate Bookmark.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"output": {
"schema": {
"type": "object",
"properties": {
"enableAutoGenerateBookmark": {
"type": "boolean",
"description": "Whether to automatically collect Bluesky posts to Rito bookmarks."
},
"langForAutoGenertateBookmark": {
"type": "string",
"description": "User's preferred language for Auto Generate Bookmark."
}
}
},
"encoding": "application/json",
"description": "Returns user preference for Rito."
},
"description": "Update user preference for Rito. Authentication required."
}