# so.sprk.authManageModeration

> Published by [sprk.so](https://lexicon.garden/identity/did:plc:cveom2iroj3mt747sd4qqnr2)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:cveom2iroj3mt747sd4qqnr2/so.sprk.authManageModeration)
- [Documentation](https://lexicon.garden/lexicon/did:plc:cveom2iroj3mt747sd4qqnr2/so.sprk.authManageModeration/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:cveom2iroj3mt747sd4qqnr2/so.sprk.authManageModeration/examples)

## Definitions

### `so.sprk.authManageModeration`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Manage Spark Moderation",
  "detail": "Control personal moderation settings, including blocks, mutes, and moderation-related preferences.",
  "title:lang": {},
  "detail:lang": {},
  "permissions": [
    {
      "lxm": [
        "so.sprk.actor.getPreferences",
        "so.sprk.actor.putPreferences",
        "so.sprk.graph.muteActor",
        "so.sprk.graph.muteThread",
        "so.sprk.graph.unmuteActor",
        "so.sprk.graph.unmuteThread"
      ],
      "type": "permission",
      "resource": "rpc",
      "inheritAud": true
    },
    {
      "type": "permission",
      "action": [
        "create",
        "update",
        "delete"
      ],
      "resource": "repo",
      "collection": [
        "so.sprk.graph.block"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "so.sprk.authManageModeration",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Manage Spark Moderation",
      "detail": "Control personal moderation settings, including blocks, mutes, and moderation-related preferences.",
      "title:lang": {},
      "detail:lang": {},
      "permissions": [
        {
          "lxm": [
            "so.sprk.actor.getPreferences",
            "so.sprk.actor.putPreferences",
            "so.sprk.graph.muteActor",
            "so.sprk.graph.muteThread",
            "so.sprk.graph.unmuteActor",
            "so.sprk.graph.unmuteThread"
          ],
          "type": "permission",
          "resource": "rpc",
          "inheritAud": true
        },
        {
          "type": "permission",
          "action": [
            "create",
            "update",
            "delete"
          ],
          "resource": "repo",
          "collection": [
            "so.sprk.graph.block"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
