Skip to content

Commit 358d690

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 2d73b65d of spec repo
1 parent 36d8514 commit 358d690

10 files changed

+41
-46
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": "2025-04-10 18:01:24.451821",
8-
"spec_repo_commit": "c0a45137"
7+
"regenerated": "2025-04-10 20:09:26.549571",
8+
"spec_repo_commit": "2d73b65d"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-04-10 18:01:24.467888",
13-
"spec_repo_commit": "c0a45137"
12+
"regenerated": "2025-04-10 20:09:26.565987",
13+
"spec_repo_commit": "2d73b65d"
1414
}
1515
}
1616
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-11-04T19:02:20.402Z
1+
2025-04-09T20:37:29.894Z

cassettes/features/v2/incidents/Create-an-incident-type-returns-CREATED-response.yml

Lines changed: 6 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-11-04T19:02:22.569Z
1+
2025-04-09T20:37:30.425Z

cassettes/features/v2/incidents/Delete-an-incident-type-returns-OK-response.yml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024-11-04T19:02:38.662Z
1+
2025-04-09T20:37:30.806Z

cassettes/features/v2/incidents/Update-an-incident-type-returns-OK-response.yml

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

examples/v2/incidents/CreateIncidentType.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
attributes: DatadogAPIClient::V2::IncidentTypeAttributes.new({
1212
description: "Any incidents that harm (or have the potential to) the confidentiality, integrity, or availability of our data.",
1313
is_default: false,
14-
name: "Security Incident",
14+
name: "8d4bbb66dccf2456",
1515
}),
1616
type: DatadogAPIClient::V2::IncidentTypeType::INCIDENT_TYPES,
1717
}),

features/v2/given.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
"parameters": [
197197
{
198198
"name": "body",
199-
"value": "{\n \"data\": {\n \"attributes\": {\n \"name\": \"Security Incident\",\n \"description\": \"Any incidents that harm (or have the potential to) the confidentiality, integrity, or availability of our data.\",\n \"is_default\": false\n },\n \"type\": \"incident_types\"\n }\n}"
199+
"value": "{\n \"data\": {\n \"attributes\": {\n \"name\": \"{{ unique_hash }}\",\n \"description\": \"Any incidents that harm (or have the potential to) the confidentiality, integrity, or availability of our data.\",\n \"is_default\": false\n },\n \"type\": \"incident_types\"\n }\n}"
200200
}
201201
],
202202
"step": "there is a valid \"incident_type\" in the system",

features/v2/incidents.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Feature: Incidents
134134
Scenario: Create an incident type returns "CREATED" response
135135
Given operation "CreateIncidentType" enabled
136136
And new "CreateIncidentType" request
137-
And body with value {"data": {"attributes": {"description": "Any incidents that harm (or have the potential to) the confidentiality, integrity, or availability of our data.", "is_default": false, "name": "Security Incident"}, "type": "incident_types"}}
137+
And body with value {"data": {"attributes": {"description": "Any incidents that harm (or have the potential to) the confidentiality, integrity, or availability of our data.", "is_default": false, "name": "{{ unique_hash }}"}, "type": "incident_types"}}
138138
When the request is sent
139139
Then the response status is 201 CREATED
140140

0 commit comments

Comments
 (0)