Skip to content

Commit

Permalink
Merge pull request CloudHealth#181 from CloudHealth/HC-1015
Browse files Browse the repository at this point in the history
Update query-asset-object.md
  • Loading branch information
em-turner authored Apr 19, 2021
2 parents 8abe7c9 + 978a7fe commit 40dfdef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _asset/query-asset-object.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:
required: yes
- name: query
required: yes
content: Criteria for finding assets of a particular asset object type. Enclose query parameter values in single quotes. Format is `query='[field value]'[operator][value]`. For example, `query=name='MyAccount'+and+is_private=0`.
content: Criteria for finding assets of a particular asset object type. Enclose query parameter values in single quotes. This also applies to boolean assignment values that are either `True` or `False`. Format is `query='[field value]'[operator][value]`. For example, `query=name='MyAccount'+and+is_private=0`.
- name: include
required: no
content: String that specifies the name of a related asset object to include when returning a response. You cannot use both the `include` parameter and the `fields` parameter in the same GET query.
Expand Down

0 comments on commit 40dfdef

Please sign in to comment.