# so.sprk.authManageNotifications

> 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.authManageNotifications)
- [Documentation](https://lexicon.garden/lexicon/did:plc:cveom2iroj3mt747sd4qqnr2/so.sprk.authManageNotifications/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:cveom2iroj3mt747sd4qqnr2/so.sprk.authManageNotifications/examples)

## Definitions

### `so.sprk.authManageNotifications`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "Manage Spark Notifications",
  "detail": "View and configure notifications for the Spark app.",
  "title:lang": {},
  "detail:lang": {},
  "permissions": [
    {
      "lxm": [
        "so.sprk.notification.getUnreadCount",
        "so.sprk.notification.listNotifications",
        "so.sprk.notification.putPreferences",
        "so.sprk.notification.registerPush",
        "so.sprk.notification.unregisterPush",
        "so.sprk.notification.updateSeen"
      ],
      "type": "permission",
      "resource": "rpc",
      "inheritAud": true
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "so.sprk.authManageNotifications",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "Manage Spark Notifications",
      "detail": "View and configure notifications for the Spark app.",
      "title:lang": {},
      "detail:lang": {},
      "permissions": [
        {
          "lxm": [
            "so.sprk.notification.getUnreadCount",
            "so.sprk.notification.listNotifications",
            "so.sprk.notification.putPreferences",
            "so.sprk.notification.registerPush",
            "so.sprk.notification.unregisterPush",
            "so.sprk.notification.updateSeen"
          ],
          "type": "permission",
          "resource": "rpc",
          "inheritAud": true
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
