Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion packages/go/openapi/doc/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3364,6 +3364,9 @@
},
"server_version": {
"type": "string"
},
"product_edition": {
"type": "string"
}
}
}
Expand Down Expand Up @@ -17392,7 +17395,7 @@
},
"query.asset-group-tag-id": {
"name": "asset_group_tag_id",
"description": "The asset group tag id of the zone requested. If not supplied, the asset group tag id associated with 'Tier Zero' is used.",
"description": "The asset group tag id of the zone requested. If not supplied, the asset group tag id associated with 'Tier Zero' and 'Hygiene' is used.",
"in": "query",
"schema": {
"type": "integer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# SPDX-License-Identifier: Apache-2.0
name: asset_group_tag_id
description: The asset group tag id of the zone requested. If not supplied, the asset group tag id associated with 'Tier Zero' is used.
description: The asset group tag id of the zone requested. If not supplied, the asset group tag id associated with 'Tier Zero' and 'Hygiene' is used.
in: query
schema:
type: integer