app.didpic.admin.suspend

lexicons.didpic.app

Schema Diff

+1 -1

From

CID
bafyreidxo7scjle...
Indexed At
2026-06-06 04:07 UTC
View this version

To

CID
bafyreidre67sppe...
Indexed At
2026-06-06 04:10 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "app.didpic.admin.suspend",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "procedure",
6 6
      "input": {
7 7
        "schema": {
8 8
          "type": "object",
9 9
          "required": [
10 10
            "did"
11 11
          ],
12 12
          "properties": {
13 13
            "did": {
14 14
              "type": "string",
15 15
              "format": "did"
16 16
            },
17 17
            "reason": {
18 18
              "type": "string"
19 19
            }
20 20
          }
21 21
        },
22 22
        "encoding": "application/json"
23 23
      },
24 24
      "output": {
25 25
        "schema": {
26 26
          "type": "object",
27 27
          "properties": {}
28 28
        },
29 29
        "encoding": "application/json"
30 30
      },
31 -
      "description": "Suspend an actor — gates the API for that user (sets actor.access_status='suspended')."
31 +
      "description": "Suspend an account."
32 32
    }
33 33
  },
34 34
  "$type": "com.atproto.lexicon.schema",
35 35
  "lexicon": 1
36 36
}

Compare Other Versions

Lexicon Garden

@