File tree Expand file tree Collapse file tree 1 file changed +43
-2
lines changed
apify-api/openapi/paths/key-value-stores Expand file tree Collapse file tree 1 file changed +43
-2
lines changed Original file line number Diff line number Diff line change 6565 - https://docs.apify.com/api/v2#/reference/key-value-stores/get-record
6666 - https://docs.apify.com/api/v2#tag/Key-value-storesRecord/operation/keyValueStore_record_get
6767 x-js-parent : KeyValueStoreClient
68+ x-js-name : getRecord
69+ x-js-doc-url : https://docs.apify.com/api/client/js/reference/class/KeyValueStoreClient#getRecor
70+ x-py-parent : KeyValueStoreClientAsync
71+ x-py-name : get_record
72+ x-py-doc-url : https://docs.apify.com/api/client/python/reference/class/KeyValueStoreClientAsync#get_record
73+ head :
74+ tags :
75+ - Storage/Key-value stores
76+ summary : Check if a record exists
77+ description : |
78+ Check if a value is stored in the key-value store under a specific key.
79+ operationId : keyValueStore_record_head
80+ security :
81+ - apiKeyStoreId : []
82+ - httpBearerStoreId : []
83+ parameters :
84+ - name : storeId
85+ in : path
86+ description : Key-value store ID or `username~store-name`.
87+ required : true
88+ style : simple
89+ schema :
90+ type : string
91+ example : WkzbQMuFYuamGv3YF
92+ - name : recordKey
93+ in : path
94+ description : Key of the record.
95+ required : true
96+ style : simple
97+ schema :
98+ type : string
99+ example : some key
100+ responses :
101+ ' 200 ' :
102+ description : ' The record exists'
103+ headers : {}
104+ ' 404 ' :
105+ description : ' The record does not exist'
106+ headers : {}
107+ deprecated : false
108+ x-js-parent : KeyValueStoreClient
68109 x-js-name : recordExists
69110 x-js-doc-url : https://docs.apify.com/api/client/js/reference/class/KeyValueStoreClient#recordExists
70111 x-py-parent : KeyValueStoreClientAsync
71- x-py-name : stream_record
72- x-py-doc-url : https://docs.apify.com/api/client/python/reference/class/KeyValueStoreClientAsync#stream_record
112+ x-py-name : record_exists
113+ x-py-doc-url : https://docs.apify.com/api/client/python/reference/class/KeyValueStoreClientAsync#record_exists
73114put :
74115 tags :
75116 - Storage/Key-value stores
You can’t perform that action at this time.
0 commit comments