social.colibri.channel.update
Schema Diff
+4 -0
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "social.colibri.channel.update",
3
3
"defs": {
4
4
"main": {
5
5
"type": "procedure",
6
6
"output": {
7
7
"schema": {
8
8
"type": "object",
9
9
"required": [
10
10
"uri"
11
11
],
12
12
"properties": {
13
13
"uri": {
14
14
"type": "string",
15
15
"format": "at-uri"
16
16
}
17
17
}
18
18
},
19
19
"encoding": "application/json"
20
20
},
21
21
"parameters": {
22
22
"type": "params",
23
23
"required": [
24
24
"channel"
25
25
],
26
26
"properties": {
27
27
"name": {
28
28
"type": "string"
29
29
},
30
30
"channel": {
31
31
"type": "string",
32
32
"format": "at-uri"
33
33
},
34
+
"category": {
35
+
"type": "string",
36
+
"format": "at-uri"
37
+
},
34
38
"ownerOnly": {
35
39
"type": "boolean"
36
40
},
37
41
"description": {
38
42
"type": "string"
39
43
},
40
44
"allowedRoles": {
41
45
"type": "array",
42
46
"items": {
43
47
"type": "string",
44
48
"format": "record-key"
45
49
}
46
50
},
47
51
"allowedMembers": {
48
52
"type": "array",
49
53
"items": {
50
54
"type": "string",
51
55
"format": "did"
52
56
}
53
57
},
54
58
"clearAllowedRoles": {
55
59
"type": "boolean"
56
60
},
57
61
"clearAllowedMembers": {
58
62
"type": "boolean"
59
63
}
60
64
}
61
65
},
62
66
"description": "Updates a channel's settings."
63
67
}
64
68
},
65
69
"$type": "com.atproto.lexicon.schema",
66
70
"lexicon": 1
67
71
}