Skip to content

Commit

Permalink
Fix docstring typo. Closes #1089.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcodes committed Dec 13, 2023
1 parent 267250b commit 670e84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/falconpy/detects.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 670e84d

Please sign in to comment.