File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
apify-api/openapi/paths/key-value-stores Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3434 style : simple
3535 schema :
3636 type : string
37- example : some key
37+ example : someKey
3838 responses :
3939 ' 200 ' :
4040 description : ' '
6666 - https://docs.apify.com/api/v2#tag/Key-value-storesRecord/operation/keyValueStore_record_get
6767 x-js-parent : KeyValueStoreClient
6868 x-js-name : getRecord
69- x-js-doc-url : https://docs.apify.com/api/client/js/reference/class/KeyValueStoreClient#getRecor
69+ x-js-doc-url : https://docs.apify.com/api/client/js/reference/class/KeyValueStoreClient#getRecord
7070 x-py-parent : KeyValueStoreClientAsync
7171 x-py-name : get_record
7272 x-py-doc-url : https://docs.apify.com/api/client/python/reference/class/KeyValueStoreClientAsync#get_record
9696 style : simple
9797 schema :
9898 type : string
99- example : some key
99+ example : someKey
100100 responses :
101101 ' 200 ' :
102102 description : ' The record exists'
149149 style : simple
150150 schema :
151151 type : string
152- example : some key
152+ example : someKey
153153 - name : Content-Encoding
154154 in : header
155155 description : ' '
@@ -218,7 +218,7 @@ delete:
218218 style : simple
219219 schema :
220220 type : string
221- example : some key
221+ example : someKey
222222 responses :
223223 ' 204 ' :
224224 description : ' '
You can’t perform that action at this time.
0 commit comments