Skip to content

Commit e163a7c

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Fix undo for CreateBulkTagsMetricsConfiguration (#1654)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 4c62723 commit e163a7c

File tree

4 files changed

+24
-18
lines changed

4 files changed

+24
-18
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2023-12-06 21:12:11.946538",
8-
"spec_repo_commit": "09d1112a"
7+
"regenerated": "2023-12-07 15:26:44.369429",
8+
"spec_repo_commit": "440c93b5"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-12-06 21:12:11.968999",
13-
"spec_repo_commit": "09d1112a"
12+
"regenerated": "2023-12-07 15:26:44.395456",
13+
"spec_repo_commit": "440c93b5"
1414
}
1515
}
1616
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022-05-12T09:52:29.805Z
1+
2023-12-07T15:20:06.421Z

cassettes/features/v2/metrics/Configure-tags-for-multiple-metrics-returns-Accepted-response.yml

Lines changed: 18 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

features/v2/undo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@
968968
"parameters": [
969969
{
970970
"name": "body",
971-
"source": ""
971+
"template": "{\n \"data\": {\n \"id\":\"{{ data.id }}\",\n \"type\":\"metric_bulk_configure_tags\",\n \"attributes\": {\n \"emails\": [\"{{ data.attributes.emails[0] }}\"]\n }\n }\n}"
972972
}
973973
],
974974
"type": "unsafe"

0 commit comments

Comments
 (0)