File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
alsdkdefs/apis/remediations Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments