Skip to content

Commit 6177ad5

Browse files
author
CI bot
committed
Definitions Update remediations
2 parents 803f613 + 6b73e1f commit 6177ad5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

alsdkdefs/apis/remediations/parameters.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,3 +529,20 @@ ParamReturnAllProperties:
529529
description: |-
530530
When true, causes the inclusion of all asset properties in the response.
531531
By default, the assets in the response only includes summary properties.
532+
ParamContinue:
533+
schema:
534+
type: string
535+
in: query
536+
name: continue
537+
description: |-
538+
A UUID returned from a previous call to GET assets. When provided to subsequent
539+
GET assets calls, the next set of results and a new `continue` UUID will be
540+
returned.
541+
ParamPageSize:
542+
schema:
543+
type: integer
544+
in: query
545+
name: page_size
546+
description: |-
547+
The number of results to be returned, default is 50. page_size is only valid
548+
on initial calls to GET assets and will have no effect on subsequent calls.

0 commit comments

Comments
 (0)