Skip to content

Commit 71c9d8a

Browse files
committed
Update operation and parameter descriptions (Container Images)
1 parent a3a9fc9 commit 71c9d8a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/falconpy/_endpoint/_container_images.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@
146146
{
147147
"type": "integer",
148148
"default": 100,
149-
"description": "The upper-bound on the number of records to retrieve.",
149+
"description": "The upper-bound on the number of records to retrieve. Maximum limit: 100.",
150150
"name": "limit",
151151
"in": "query"
152152
},
153153
{
154154
"type": "integer",
155-
"description": "The offset from where to begin.",
155+
"description": "The offset from where to begin. Maximum offset = 10000 - limit.",
156156
"name": "offset",
157157
"in": "query"
158158
}
@@ -215,13 +215,13 @@
215215
{
216216
"type": "integer",
217217
"default": 100,
218-
"description": "The upper-bound on the number of records to retrieve.",
218+
"description": "The upper-bound on the number of records to retrieve. Maximum limit: 100.",
219219
"name": "limit",
220220
"in": "query"
221221
},
222222
{
223223
"type": "integer",
224-
"description": "The offset from where to begin.",
224+
"description": "The offset from where to begin. Maximum offset = 10000 - limit.",
225225
"name": "offset",
226226
"in": "query"
227227
}
@@ -231,7 +231,8 @@
231231
"ReadCombinedImagesExport",
232232
"GET",
233233
"/container-security/combined/images/export/v1",
234-
"Retrieve images with an option to expand aggregated vulnerabilities/detections",
234+
"Retrieves a paginated list of images, with an option to expand aggregated vulnerabilities/detections. "
235+
"Maximum page size: 100. Maximum available images: 10,000",
235236
"container_images",
236237
[
237238
{
@@ -261,13 +262,13 @@
261262
{
262263
"type": "integer",
263264
"default": 100,
264-
"description": "The upper-bound on the number of records to retrieve.",
265+
"description": "The upper-bound on the number of records to retrieve. Maximum limit: 100.",
265266
"name": "limit",
266267
"in": "query"
267268
},
268269
{
269270
"type": "integer",
270-
"description": "The offset from where to begin.",
271+
"description": "The offset from where to begin. Maximum offset = 10000 - limit.",
271272
"name": "offset",
272273
"in": "query"
273274
},

0 commit comments

Comments
 (0)