app.didpic.admin.untakedown
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.didpic.admin.untakedown",
3
3
"defs": {
4
4
"main": {
5
5
"type": "procedure",
6
6
"input": {
7
7
"schema": {
8
8
"type": "object",
9
9
"properties": {
10
10
"did": {
11
11
"type": "string",
12
12
"format": "did"
13
13
},
14
14
"uri": {
15
15
"type": "string",
16
16
"format": "at-uri"
17
17
},
18
18
"reason": {
19
19
"type": "string"
20
20
}
21
21
}
22
22
},
23
23
"encoding": "application/json"
24
24
},
25
25
"output": {
26
26
"schema": {
27
27
"type": "object",
28
28
"properties": {}
29
29
},
30
30
"encoding": "application/json"
31
31
},
32
-
"description": "Reverse a takedown. Exactly one of did, uri must be set."
32
+
"description": "Reverse a takedown."
33
33
}
34
34
},
35
35
"$type": "com.atproto.lexicon.schema",
36
36
"lexicon": 1
37
37
}