Skip to content

Commit 96c4966

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 4bce651 of spec repo
1 parent 901f760 commit 96c4966

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

config/_default/menus/api.en.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4216,9 +4216,9 @@ menu:
42164216
- DeleteHostTags
42174217
unstable: []
42184218
order: 5
4219-
- name: Get Tags
4220-
url: '#get-tags'
4221-
identifier: tags-get-tags
4219+
- name: Get All Hosts Tags
4220+
url: '#get-all-hosts-tags'
4221+
identifier: tags-get-all-hosts-tags
42224222
parent: tags
42234223
generated: true
42244224
params:

data/api/v1/full_spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36803,7 +36803,7 @@ paths:
3680336803
- apiKeyAuth: []
3680436804
appKeyAuth: []
3680536805
- AuthZ: []
36806-
summary: Get Tags
36806+
summary: Get All Hosts Tags
3680736807
tags:
3680836808
- Tags
3680936809
x-menu-order: 1

data/api/v1/translate_actions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@
10131013
},
10141014
"ListHostTags": {
10151015
"description": "Return a mapping of tags to hosts for your whole infrastructure.",
1016-
"summary": "Get Tags"
1016+
"summary": "Get All Hosts Tags"
10171017
},
10181018
"DeleteHostTags": {
10191019
"description": "This endpoint allows you to remove all user-assigned tags\nfor a single host.",

0 commit comments

Comments
 (0)