app.didpic.admin.getAppeal
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.didpic.admin.getAppeal",
3
3
"defs": {
4
4
"main": {
5
5
"type": "query",
6
6
"output": {
7
7
"schema": {
8
8
"type": "object",
9
9
"required": [
10
10
"appeal"
11
11
],
12
12
"properties": {
13
13
"appeal": {
14
14
"type": "unknown"
15
15
}
16
16
}
17
17
},
18
18
"encoding": "application/json"
19
19
},
20
20
"parameters": {
21
21
"type": "params",
22
22
"required": [
23
23
"id"
24
24
],
25
25
"properties": {
26
26
"id": {
27
27
"type": "string"
28
28
}
29
29
}
30
30
},
31
-
"description": "Fetch a single appeal by id."
31
+
"description": "Get a single appeal."
32
32
}
33
33
},
34
34
"$type": "com.atproto.lexicon.schema",
35
35
"lexicon": 1
36
36
}