We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
exclusiveStartKey
1 parent e3b2fac commit 502512bCopy full SHA for 502512b
src/apify_client/clients/resource_clients/key_value_store.py
@@ -294,7 +294,7 @@ def create_keys_public_url(
294
295
request_params = self._params(
296
limit=limit,
297
- exclusive_start_key=exclusive_start_key,
+ exclusiveStartKey=exclusive_start_key,
298
collection=collection,
299
prefix=prefix,
300
)
@@ -584,7 +584,7 @@ async def create_keys_public_url(
584
585
586
587
588
589
590
0 commit comments