Skip to content

Commit 594940d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Increase validation limit on integration type (DataDog#3715)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent f30b9c6 commit 594940d

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30473,7 +30473,7 @@ components:
3047330473
8 indicates Jira.'
3047430474
example: 1
3047530475
format: int32
30476-
maximum: 9
30476+
maximum: 100
3047730477
type: integer
3047830478
metadata:
3047930479
$ref: '#/components/schemas/IncidentIntegrationMetadataMetadata'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026-02-18T16:57:05.121Z
1+
2026-01-07T12:38:45.716Z

tests/scenarios/cassettes/TestScenarios/v2/Feature_Synthetics/Scenario_Create_a_test_suite_returns_OK_response.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ interactions:
1212
method: POST
1313
url: https://api.datadoghq.com/api/v2/synthetics/suites
1414
response:
15-
body: '{"data":{"type":"suites","attributes":{"type":"suite","monitor_id":259845717,"name":"Example
16-
suite name","options":{},"tests":[],"tags":["env:production"],"public_id":"hik-xp5-9q6","created_at":"2026-02-18T16:57:05.583051+00:00","modified_at":"2026-02-18T16:57:05.583051+00:00","created_by":{"name":"Corentin
17-
Girard","email":"corentin.girard@datadoghq.com","handle":"corentin.girard@datadoghq.com"},"message":"Notification
18-
message","org_id":321813,"modified_by":{"name":"Corentin Girard","email":"corentin.girard@datadoghq.com","handle":"corentin.girard@datadoghq.com"}},"id":"hik-xp5-9q6"}}
15+
body: '{"data":{"type":"suites","id":"36n-bb6-njj","attributes":{"tags":["env:production"],"type":"suite","created_by":{"email":"team-intg-tools-libs-spam@datadoghq.com","handle":"9919ec9b-ebc7-49ee-8dc8-03626e717cca","name":"CI
16+
Account"},"created_at":"2026-01-07T12:38:46.109472+00:00","modified_at":"2026-01-07T12:38:46.109472+00:00","message":"Notification
17+
message","public_id":"36n-bb6-njj","options":{},"modified_by":{"email":"team-intg-tools-libs-spam@datadoghq.com","handle":"9919ec9b-ebc7-49ee-8dc8-03626e717cca","name":"CI
18+
Account"},"tests":[],"name":"Example suite name","org_id":321813,"monitor_id":249141773}}}
1919
2020
'
2121
code: 200
@@ -26,7 +26,7 @@ interactions:
2626
status: 200 OK
2727
- request:
2828
body: |
29-
{"data":{"attributes":{"public_ids":["hik-xp5-9q6"]},"type":"delete_suites_request"}}
29+
{"data":{"attributes":{"public_ids":["36n-bb6-njj"]},"type":"delete_suites_request"}}
3030
form: {}
3131
headers:
3232
Accept:
@@ -37,7 +37,8 @@ interactions:
3737
method: POST
3838
url: https://api.datadoghq.com/api/v2/synthetics/suites/bulk-delete
3939
response:
40-
body: '{"data":[{"type":"suites","attributes":{"deleted_at":"2026-02-18 16:57:06.420679","public_id":"hik-xp5-9q6"},"id":"hik-xp5-9q6"}]}
40+
body: '{"data":[{"type":"suites","attributes":{"public_id":"36n-bb6-njj","deleted_at":"2026-01-07
41+
12:38:46.679914"},"id":"36n-bb6-njj"}]}
4142
4243
'
4344
code: 200

0 commit comments

Comments
 (0)