Skip to content

Commit

Permalink
Update combinedQueryVulnerabilities operation limit. Closes #922.
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcodes committed Feb 27, 2023
1 parent caa8b15 commit 0a7e383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/falconpy/spotlight_vulnerabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def query_vulnerabilities_combined(self: object, parameters: dict = None, **kwa
remediation_details evaluation_logic
filter -- Filter items using a query in Falcon Query Language (FQL).
Wildcards '*' are unsupported.
limit -- The number of items to return in this response (default: 100, max: 400).
limit -- The number of items to return in this response (default: 100, max: 5000).
Use with the after parameter to manage pagination of results. Integer.
parameters - full parameters payload, not required if using other keywords.
sort -- The property to sort by.
Expand Down

0 comments on commit 0a7e383

Please sign in to comment.