Skip to content

Commit 502512b

Browse files
committed
fix: casing in exclusiveStartKey API param
1 parent e3b2fac commit 502512b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/apify_client/clients/resource_clients/key_value_store.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def create_keys_public_url(
294294

295295
request_params = self._params(
296296
limit=limit,
297-
exclusive_start_key=exclusive_start_key,
297+
exclusiveStartKey=exclusive_start_key,
298298
collection=collection,
299299
prefix=prefix,
300300
)
@@ -584,7 +584,7 @@ async def create_keys_public_url(
584584

585585
request_params = self._params(
586586
limit=limit,
587-
exclusive_start_key=exclusive_start_key,
587+
exclusiveStartKey=exclusive_start_key,
588588
collection=collection,
589589
prefix=prefix,
590590
)

0 commit comments

Comments
 (0)