app.didpic.admin.suppressTag
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.didpic.admin.suppressTag",
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
"tag"
11
11
],
12
12
"properties": {
13
13
"tag": {
14
14
"type": "string"
15
15
},
16
16
"reason": {
17
17
"type": "string"
18
18
}
19
19
}
20
20
},
21
21
"encoding": "application/json"
22
22
},
23
23
"output": {
24
24
"schema": {
25
25
"type": "object",
26
26
"properties": {}
27
27
},
28
28
"encoding": "application/json"
29
29
},
30
-
"description": "Suppress a tag from the trending row. Tag remains usable (still postable, still appears in tag search and the tag feed); only excluded from getTrendingTags."
30
+
"description": "Suppress a tag from trending."
31
31
}
32
32
},
33
33
"$type": "com.atproto.lexicon.schema",
34
34
"lexicon": 1
35
35
}