We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aacd49a commit a3a9fc9Copy full SHA for a3a9fc9
src/falconpy/_endpoint/_container_alerts.py
@@ -86,13 +86,13 @@
86
{
87
"type": "integer",
88
"default": 100,
89
- "description": "The upper-bound on the number of records to retrieve.",
+ "description": "The upper-bound on the number of records to retrieve. Maximum limit: 100.",
90
"name": "limit",
91
"in": "query"
92
},
93
94
95
- "description": "The offset from where to begin.",
+ "description": "The offset from where to begin. Maximum offset = 10000 - limit.",
96
"name": "offset",
97
98
0 commit comments