Skip to content

Commit 48d2785

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 19796bd of spec repo
1 parent 72da090 commit 48d2785

13 files changed

Lines changed: 55 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-07-06T19:25:16.964Z

tests/v2/cassettes/test_scenarios/test_list_assets_sboms_returns_not_found_there_is_no_request_associated_with_the_provided_token_response.yaml renamed to tests/v2/cassettes/test_scenarios/test_list_assets_sboms_returns_bad_request_invalid_pagination_token_response.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ interactions:
88
uri: https://api.datadoghq.com/api/v2/security/sboms?page%5Btoken%5D=unknown&page%5Bnumber%5D=1
99
response:
1010
body:
11-
string: '{"errors":[{"status":"404","title":"Unexpected internal error"}]}'
11+
string: '{"errors":[{"status":"400","title":"Bad request: asset_type","detail":"asset_type
12+
filter is required"}]}'
1213
headers:
1314
content-type:
1415
- application/vnd.api+json
1516
status:
16-
code: 404
17-
message: Not Found
17+
code: 400
18+
message: Bad Request
1819
version: 1

tests/v2/cassettes/test_scenarios/test_list_assets_sboms_returns_not_found_there_is_no_request_associated_with_the_provided_token_response.frozen

Lines changed: 0 additions & 1 deletion
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-07-06T19:25:17.066Z

tests/v2/cassettes/test_scenarios/test_list_scanned_assets_metadata_returns_not_found_asset_not_found_response.yaml renamed to tests/v2/cassettes/test_scenarios/test_list_scanned_assets_metadata_returns_bad_request_invalid_pagination_token_response.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ interactions:
88
uri: https://api.datadoghq.com/api/v2/security/scanned-assets-metadata?page%5Btoken%5D=unknown&page%5Bnumber%5D=1
99
response:
1010
body:
11-
string: '{"errors":[{"status":"404","title":"Unexpected internal error"}]}'
11+
string: '{"errors":[{"status":"400","title":"Unexpected internal error"}]}'
1212
headers:
1313
content-type:
1414
- application/vnd.api+json
1515
status:
16-
code: 404
17-
message: Not Found
16+
code: 400
17+
message: Bad Request
1818
version: 1

tests/v2/cassettes/test_scenarios/test_list_scanned_assets_metadata_returns_not_found_asset_not_found_response.frozen

Lines changed: 0 additions & 1 deletion
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-07-06T19:25:19.361Z

tests/v2/cassettes/test_scenarios/test_list_vulnerabilities_returns_not_found_there_is_no_request_associated_with_the_provided_token_response.yaml renamed to tests/v2/cassettes/test_scenarios/test_list_vulnerabilities_returns_bad_request_invalid_pagination_token_response.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ interactions:
88
uri: https://api.datadoghq.com/api/v2/security/vulnerabilities?page%5Btoken%5D=unknown&page%5Bnumber%5D=1
99
response:
1010
body:
11-
string: '{"errors":[{"status":"404","title":"Unexpected internal error"}]}'
11+
string: '{"errors":[{"status":"400","title":"Unexpected internal error"}]}'
1212
headers:
1313
content-type:
1414
- application/vnd.api+json
1515
status:
16-
code: 404
17-
message: Not Found
16+
code: 400
17+
message: Bad Request
1818
version: 1

tests/v2/cassettes/test_scenarios/test_list_vulnerabilities_returns_not_found_there_is_no_request_associated_with_the_provided_token_response.frozen

Lines changed: 0 additions & 1 deletion
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-07-06T19:25:22.396Z

0 commit comments

Comments
 (0)