diff --git a/config/_default/menus/api.en.yaml b/config/_default/menus/api.en.yaml index 27bb741f155..4252a0a5057 100644 --- a/config/_default/menus/api.en.yaml +++ b/config/_default/menus/api.en.yaml @@ -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: diff --git a/data/api/v1/full_spec.yaml b/data/api/v1/full_spec.yaml index 85d906ea5a0..13271c50f8d 100644 --- a/data/api/v1/full_spec.yaml +++ b/data/api/v1/full_spec.yaml @@ -36803,7 +36803,7 @@ paths: - apiKeyAuth: [] appKeyAuth: [] - AuthZ: [] - summary: Get Tags + summary: Get All Hosts Tags tags: - Tags x-menu-order: 1 diff --git a/data/api/v1/translate_actions.json b/data/api/v1/translate_actions.json index 7d8cb8ab74f..8fcb8f98bd2 100644 --- a/data/api/v1/translate_actions.json +++ b/data/api/v1/translate_actions.json @@ -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.",