File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed
apify-api/openapi/components/schemas Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -69,5 +69,13 @@ properties:
69
69
consoleUrl :
70
70
type : string
71
71
example : ' https://console.apify.com/storage/datasets/27TmTznX9YPeAYhkC'
72
+ itemsPublicUrl :
73
+ type : string
74
+ description : " A public link to access the dataset items directly."
75
+ example : ' https://api.apify.com/v2/datasets/WkzbQMuFYuamGv3YF/items?signature=abc123'
76
+ urlSigningSecretKey :
77
+ type : string
78
+ description : " A secret key for generating signed public URLs. It is only provided to clients with WRITE permission for the dataset."
79
+ nullable : true
72
80
stats :
73
81
$ref : ./DatasetStats.yaml
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ required:
6
6
- modifiedAt
7
7
- accessedAt
8
8
- consoleUrl
9
+ - keysPublicUrl
9
10
type : object
10
11
properties :
11
12
id :
@@ -42,5 +43,13 @@ properties:
42
43
consoleUrl :
43
44
type : string
44
45
example : ' https://console.apify.com/storage/key-value-stores/27TmTznX9YPeAYhkC'
46
+ keysPublicUrl :
47
+ type : string
48
+ description : " A public link to access keys of the key-value store directly."
49
+ example : ' https://api.apify.com/v2/key-value-stores/WkzbQMuFYuamGv3YF/keys?signature=abc123'
50
+ urlSigningSecretKey :
51
+ type : string
52
+ description : " A secret key for generating signed public URLs. It is only provided to clients with WRITE permission for the key-value store."
53
+ nullable : true
45
54
stats :
46
55
$ref : ./KeyValueStoreStats.yaml
Original file line number Diff line number Diff line change @@ -14,13 +14,18 @@ properties:
14
14
required :
15
15
- key
16
16
- size
17
+ - recordPublicUrl
17
18
properties :
18
19
key :
19
20
type : string
20
21
example : second-key
21
22
size :
22
23
type : number
23
24
example : 36
25
+ recordPublicUrl :
26
+ type : string
27
+ description : " A public link to access this record directly."
28
+ example : ' https://api.apify.com/v2/key-value-stores/WkzbQMuFYuamGv3YF/records/some-key?signature=abc123'
24
29
description : ' '
25
30
count :
26
31
type : number
You can’t perform that action at this time.
0 commit comments