Backfill in-progress. Some lexicons and records may be missing or incomplete.

app.bsky.authManageModeration

bsky-lexicons.bsky.social

Documentation

main permission-set
View raw schema
{
  "type": "permission-set",
  "title": "Manage Personal Moderation",
  "detail": "Control over blocks, mutes, mod lists, mod services, and preferences.",
  "title:lang": {},
  "detail:lang": {},
  "permissions": [
    {
      "lxm": [
        "app.bsky.actor.getPreferences",
        "app.bsky.actor.putPreferences",
        "app.bsky.graph.muteActor",
        "app.bsky.graph.muteActorList",
        "app.bsky.graph.muteThread",
        "app.bsky.graph.unmuteActor",
        "app.bsky.graph.unmuteActorList",
        "app.bsky.graph.unmuteThread"
      ],
      "type": "permission",
      "resource": "rpc",
      "inheritAud": true
    },
    {
      "type": "permission",
      "action": [
        "create",
        "update",
        "delete"
      ],
      "resource": "repo",
      "collection": [
        "app.bsky.graph.block",
        "app.bsky.graph.listblock"
      ]
    }
  ]
}

Lexicon Garden

@