File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
src/datadog_api_client/v2/api Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2023-12-14 17:13:00.567226 ",
8
- "spec_repo_commit": "fd0b0fcb "
7
+ "regenerated": "2023-12-14 19:38:24.188378 ",
8
+ "spec_repo_commit": "cdc82e06 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2023-12-14 17:13:00.585680 ",
13
- "spec_repo_commit": "fd0b0fcb "
12
+ "regenerated": "2023-12-14 19:38:24.201899 ",
13
+ "spec_repo_commit": "cdc82e06 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -25603,7 +25603,9 @@ paths:
25603
25603
queryable.
25604
25604
25605
25605
Can only be used with application keys from users with the `Manage Tags for
25606
- Metrics` permission.'
25606
+ Metrics` permission. This endpoint requires
25607
+
25608
+ a tag configuration to be created first.'
25607
25609
operationId: UpdateTagConfiguration
25608
25610
parameters:
25609
25611
- $ref: '#/components/parameters/MetricName'
Original file line number Diff line number Diff line change @@ -792,7 +792,8 @@ def update_tag_configuration(
792
792
Update the tag configuration of a metric or percentile aggregations of a distribution metric or custom aggregations
793
793
of a count, rate, or gauge metric. By setting ``exclude_tags_mode`` to true the behavior is changed
794
794
from an allow-list to a deny-list, and tags in the defined list will not be queryable.
795
- Can only be used with application keys from users with the ``Manage Tags for Metrics`` permission.
795
+ Can only be used with application keys from users with the ``Manage Tags for Metrics`` permission. This endpoint requires
796
+ a tag configuration to be created first.
796
797
797
798
:param metric_name: The name of the metric.
798
799
:type metric_name: str
You can’t perform that action at this time.
0 commit comments