Skip to content

Commit a3a9fc9

Browse files
committed
Update parameter descriptions (Container Alerts)
1 parent aacd49a commit a3a9fc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/falconpy/_endpoint/_container_alerts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@
8686
{
8787
"type": "integer",
8888
"default": 100,
89-
"description": "The upper-bound on the number of records to retrieve.",
89+
"description": "The upper-bound on the number of records to retrieve. Maximum limit: 100.",
9090
"name": "limit",
9191
"in": "query"
9292
},
9393
{
9494
"type": "integer",
95-
"description": "The offset from where to begin.",
95+
"description": "The offset from where to begin. Maximum offset = 10000 - limit.",
9696
"name": "offset",
9797
"in": "query"
9898
},

0 commit comments

Comments
 (0)