space.highport.admin.rebuildSnapshot
Schema Diff
+2 -2
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "space.highport.admin.rebuildSnapshot",
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
"domain"
11
11
],
12
12
"properties": {
13
13
"cid": {
14
14
"type": "string",
15
15
"format": "cid",
16
-
"description": "Rebuild this record version; absent rebuilds the active one."
16
+
"description": "The record version to rebuild. Defaults to the active one."
17
17
},
18
18
"domain": {
19
19
"type": "string",
20
20
"maxLength": 253,
21
21
"description": "The hostname."
22
22
}
23
23
}
24
24
},
25
25
"encoding": "application/json"
26
26
},
27
27
"output": {
28
28
"schema": {
29
29
"type": "object",
30
30
"required": [
31
31
"jobId"
32
32
],
33
33
"properties": {
34
34
"jobId": {
35
35
"type": "string"
36
36
}
37
37
}
38
38
},
39
39
"encoding": "application/json"
40
40
},
41
-
"description": "Force re-materialization of a snapshot from the content-addressed store without refetching from the publisher's repository."
41
+
"description": "Rebuild a snapshot from stored content, without refetching from the publisher's repository."
42
42
}
43
43
},
44
44
"$type": "com.atproto.lexicon.schema",
45
45
"lexicon": 1
46
46
}