File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
alsdkdefs/apis/assets_query Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -421,6 +421,7 @@ paths:
421421 - $ref : ' parameters.yaml#/ParamReturnCount'
422422 - $ref : ' parameters.yaml#/ParamReduce'
423423 - $ref : ' parameters.yaml#/ParamQFields'
424+ - $ref : ' parameters.yaml#/ParamSummarizeAssets'
424425 - $ref : ' parameters.yaml#/ParamFilter'
425426 - $ref : ' parameters.yaml#/ParamFilterRelationship'
426427 - $ref : ' parameters.yaml#/ParamRelatedProperties'
@@ -603,6 +604,7 @@ paths:
603604 - $ref : ' parameters.yaml#/ParamReturnCount'
604605 - $ref : ' parameters.yaml#/ParamReduce'
605606 - $ref : ' parameters.yaml#/ParamQFields'
607+ - $ref : ' parameters.yaml#/ParamSummarizeAssets'
606608 - $ref : ' parameters.yaml#/ParamFilter'
607609 - $ref : ' parameters.yaml#/ParamFilterRelationship'
608610 - $ref : ' parameters.yaml#/ParamRelatedProperties'
Original file line number Diff line number Diff line change @@ -99,6 +99,13 @@ ParamQFields:
9999 Optional comma-separated list of fields to be returned as part of the objects. `key`, `type`
100100 and `deployment_id` are always returned. Both `&qfields=object.field` and `&qfields=field`
101101 are acceptable; in the latter case all objects will be filtered.
102+ ParamSummarizeAssets :
103+ schema :
104+ type : boolean
105+ in : query
106+ name : summarize_assets
107+ description : |-
108+ Callers should pass summarize_assets=true to pass back the asset type's summary properties. Can be used in combination with qfields.
102109ParamFilter :
103110 schema :
104111 type : object
You can’t perform that action at this time.
0 commit comments