Skip to content

Commit 947795b

Browse files
committed
Address review feedback
1 parent 240d385 commit 947795b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apify-api/openapi/paths/key-value-stores/key-value-stores@{storeId}@records@{recordKey}.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ get:
3434
style: simple
3535
schema:
3636
type: string
37-
example: some key
37+
example: someKey
3838
responses:
3939
'200':
4040
description: ''
@@ -66,7 +66,7 @@ get:
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
@@ -96,7 +96,7 @@ head:
9696
style: simple
9797
schema:
9898
type: string
99-
example: some key
99+
example: someKey
100100
responses:
101101
'200':
102102
description: 'The record exists'
@@ -149,7 +149,7 @@ put:
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: ''

0 commit comments

Comments
 (0)