blue.rito.preference.getPreference

rito.blue

Documentation

Get user preference for Rito. Authentication required.

main query

Get user preference for Rito. Authentication required.

Output

Encodingapplication/json
enableAutoGenerateBookmark boolean Required

Whether to automatically collect Bluesky posts to Rito bookmarks.

langForAutoGenertateBookmark string Required

User's preferred language for Auto Generate Bookmark.

unblurModerationCategories array Optional

Moderation categories that should not be blurred.

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://api.bsky.social)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "enableAutoGenerateBookmark",
        "langForAutoGenertateBookmark"
      ],
      "properties": {
        "enableAutoGenerateBookmark": {
          "type": "boolean",
          "description": "Whether to automatically collect Bluesky posts to Rito bookmarks."
        },
        "unblurModerationCategories": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Moderation categories that should not be blurred."
        },
        "langForAutoGenertateBookmark": {
          "type": "string",
          "description": "User's preferred language for Auto Generate Bookmark."
        }
      }
    },
    "encoding": "application/json",
    "description": "Returns user preference for Rito."
  },
  "description": "Get user preference for Rito. Authentication required."
}

Lexicon Garden

@