Skip to content

Commit 77f039c

Browse files
author
cibot
committed
Definitions Update assets_query
1 parent 7aa9459 commit 77f039c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

alsdkdefs/apis/assets_query/assets_query.v1.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

alsdkdefs/apis/assets_query/parameters.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
102109
ParamFilter:
103110
schema:
104111
type: object

0 commit comments

Comments
 (0)