Skip to content
Open
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
6 changes: 3 additions & 3 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4216,9 +4216,9 @@ menu:
- DeleteHostTags
unstable: []
order: 5
- name: Get Tags
url: '#get-tags'
identifier: tags-get-tags
- name: Get All Hosts Tags
url: '#get-all-hosts-tags'
identifier: tags-get-all-hosts-tags
parent: tags
generated: true
params:
Expand Down
2 changes: 1 addition & 1 deletion data/api/v1/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36803,7 +36803,7 @@ paths:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
summary: Get Tags
summary: Get All Hosts Tags
tags:
- Tags
x-menu-order: 1
Expand Down
2 changes: 1 addition & 1 deletion data/api/v1/translate_actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@
},
"ListHostTags": {
"description": "Return a mapping of tags to hosts for your whole infrastructure.",
"summary": "Get Tags"
"summary": "Get All Hosts Tags"
},
"DeleteHostTags": {
"description": "This endpoint allows you to remove all user-assigned tags\nfor a single host.",
Expand Down
Loading