blue.rito.preference.putPreference

rito.blue

Documentation

Update user preference for Rito. Authentication required.

main procedure

Update user preference for Rito. Authentication required.

Output

Encodingapplication/json
enableAutoGenerateBookmark 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.

Base URL for XRPC calls (e.g., https://bsky.social)
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."
}

Lexicon Garden

@