From 5dd6e5528bbe710f54e3bd9c5660d15fe5aa548c Mon Sep 17 00:00:00 2001 From: Juraj Uhlar Date: Wed, 14 Jun 2023 11:26:51 +0100 Subject: [PATCH] docs(README): use `pagination_key` in README example instead of deprecated `before` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8ad0fbf..96cd2b2c 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ visitor_id = 'visitor_id_example' # str | #request_id = 'request_id_example' # str | Filter events by requestId (optional) #linked_id = 'linked_id_example' # str | Filter events by custom identifier (optional) limit = 10 # int | Limit scanned results (optional) -#before = 56 # int | Used to paginate results (optional) +#pagination_key = '1685348417145.qylNNk' # str | Used to paginate results (optional) try: api_response: Response = api_instance.get_visits(visitor_id, limit=2)