From 670e84d737e1b60b33eaee305e5d7566d01541bf Mon Sep 17 00:00:00 2001 From: Joshua Hiller Date: Wed, 13 Dec 2023 09:37:50 -0500 Subject: [PATCH] Fix docstring typo. Closes #1089. --- src/falconpy/detects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/falconpy/detects.py b/src/falconpy/detects.py index 859a6297d..58ab8d408 100644 --- a/src/falconpy/detects.py +++ b/src/falconpy/detects.py @@ -319,7 +319,7 @@ def query_detects(self: object, parameters: dict = None, **kwargs) -> Dict[str, https://falcon.crowdstrike.com/documentation/86/detections-monitoring-apis#find-detections limit -- The maximum number of detections to return in this response. - [Integer, default: 9999; max: 9999] + [Integer, default: 100; max: 9999] Use with the offset parameter to manage pagination of results. offset -- The first detection to return, where 0 is the latest detection. Use with the limit parameter to manage pagination of results.