app.didpic.admin.resolveAppeal
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.didpic.admin.resolveAppeal",
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
"id",
11
11
"action"
12
12
],
13
13
"properties": {
14
14
"id": {
15
15
"type": "string"
16
16
},
17
17
"note": {
18
18
"type": "string"
19
19
},
20
20
"action": {
21
21
"enum": [
22
22
"granted",
23
23
"denied"
24
24
],
25
25
"type": "string"
26
26
}
27
27
}
28
28
},
29
29
"encoding": "application/json"
30
30
},
31
31
"output": {
32
32
"schema": {
33
33
"type": "object",
34
34
"properties": {}
35
35
},
36
36
"encoding": "application/json"
37
37
},
38
-
"description": "Resolve an open appeal. Action is one of granted|denied."
38
+
"description": "Resolve an appeal."
39
39
}
40
40
},
41
41
"$type": "com.atproto.lexicon.schema",
42
42
"lexicon": 1
43
43
}