rsvp.atmo.space.leaveSpace
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "rsvp.atmo.space.leaveSpace",
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
"spaceUri"
11
11
],
12
12
"properties": {
13
13
"spaceUri": {
14
14
"type": "string",
15
15
"format": "at-uri"
16
16
}
17
17
}
18
18
},
19
19
"encoding": "application/json"
20
20
},
21
21
"errors": [
22
22
{
23
23
"name": "NotFound"
24
24
},
25
25
{
26
26
"name": "InvalidRequest",
27
27
"description": "Raised if the caller is the space owner."
28
28
}
29
29
],
30
30
"output": {
31
31
"schema": {
32
32
"type": "object",
33
33
"required": [
34
34
"ok"
35
35
],
36
36
"properties": {
37
37
"ok": {
38
38
"type": "boolean"
39
39
}
40
40
}
41
41
},
42
42
"encoding": "application/json"
43
43
},
44
-
"description": "Remove the caller from a space's member list. The owner cannot leave — they must transferOwnership first."
44
+
"description": "Remove the caller from a space's member list. The owner cannot leave — they must delete the space instead."
45
45
}
46
46
},
47
47
"$type": "com.atproto.lexicon.schema",
48
48
"lexicon": 1
49
49
}