app.didpic.admin.removeAccountLabel
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.didpic.admin.removeAccountLabel",
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
"did",
11
11
"labelValue"
12
12
],
13
13
"properties": {
14
14
"did": {
15
15
"type": "string",
16
16
"format": "did"
17
17
},
18
18
"reason": {
19
19
"type": "string"
20
20
},
21
21
"labelValue": {
22
22
"type": "string"
23
23
}
24
24
}
25
25
},
26
26
"encoding": "application/json"
27
27
},
28
28
"output": {
29
29
"schema": {
30
30
"type": "object",
31
31
"properties": {}
32
32
},
33
33
"encoding": "application/json"
34
34
},
35
-
"description": "Remove a server-side label from an actor's account_labels."
35
+
"description": "Remove a label from an account."
36
36
}
37
37
},
38
38
"$type": "com.atproto.lexicon.schema",
39
39
"lexicon": 1
40
40
}