# at.pasteb.authManagePastes

> Published by [dropb.at](https://lexicon.garden/identity/did:plc:jbaidutg6wkd5ckqqwlhrnej)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:jbaidutg6wkd5ckqqwlhrnej/at.pasteb.authManagePastes)
- [Documentation](https://lexicon.garden/lexicon/did:plc:jbaidutg6wkd5ckqqwlhrnej/at.pasteb.authManagePastes/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:jbaidutg6wkd5ckqqwlhrnej/at.pasteb.authManagePastes/examples)

## Definitions

### `at.pasteb.authManagePastes`

**Type**: `permission-set`

```json
{
  "type": "permission-set",
  "title": "pasteb.at",
  "detail": "Create and manage pastes",
  "title:lang": {},
  "detail:lang": {},
  "permissions": [
    {
      "type": "permission",
      "action": [
        "create",
        "update",
        "delete"
      ],
      "resource": "repo",
      "collection": [
        "at.pasteb.paste"
      ]
    }
  ]
}
```

## Raw Schema

```json
{
  "id": "at.pasteb.authManagePastes",
  "defs": {
    "main": {
      "type": "permission-set",
      "title": "pasteb.at",
      "detail": "Create and manage pastes",
      "title:lang": {},
      "detail:lang": {},
      "permissions": [
        {
          "type": "permission",
          "action": [
            "create",
            "update",
            "delete"
          ],
          "resource": "repo",
          "collection": [
            "at.pasteb.paste"
          ]
        }
      ]
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
