space.highport.manage.syncSpace
Schema Diff
+3 -3
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.manage.syncSpace",
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
"space"
11
11
],
12
12
"properties": {
13
13
"space": {
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": "SpaceNotFound",
24
24
"description": "Bard is not connected to that space."
25
25
},
26
26
{
27
27
"name": "NotSpaceAuthority",
28
-
"description": "Only the space's authority may force a pull."
28
+
"description": "Only the space's authority can force a pull."
29
29
},
30
30
{
31
31
"name": "NoLiveCredential",
32
-
"description": "Bard holds no live credential for the space; grant access first."
32
+
"description": "Bard has no live credential for the space. Grant access first."
33
33
},
34
34
{
35
35
"name": "SpacesDisabled",
36
36
"description": "Space support is disabled on this deployment."
37
37
}
38
38
],
39
39
"output": {
40
40
"schema": {
41
41
"type": "object",
42
42
"required": [
43
43
"jobId"
44
44
],
45
45
"properties": {
46
46
"jobId": {
47
47
"type": "string"
48
48
}
49
49
}
50
50
},
51
51
"encoding": "application/json"
52
52
},
53
-
"description": "Pull the authority's repo in a space now, without waiting for a write notification. Authority only."
53
+
"description": "Pull the authority's repo in a space now, instead of waiting for a write notification. Authority only."
54
54
}
55
55
},
56
56
"$type": "com.atproto.lexicon.schema",
57
57
"lexicon": 1
58
58
}