app.didpic.admin.resolveReport
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.didpic.admin.resolveReport",
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
"actioned",
23
23
"dismissed",
24
24
"duplicate"
25
25
],
26
26
"type": "string"
27
27
}
28
28
}
29
29
},
30
30
"encoding": "application/json"
31
31
},
32
32
"output": {
33
33
"schema": {
34
34
"type": "object",
35
35
"properties": {}
36
36
},
37
37
"encoding": "application/json"
38
38
},
39
-
"description": "Resolve an open report. Action is one of actioned|dismissed|duplicate."
39
+
"description": "Resolve a report."
40
40
}
41
41
},
42
42
"$type": "com.atproto.lexicon.schema",
43
43
"lexicon": 1
44
44
}