Skip to content

Commit 3c180d2

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 7e3beef8 of spec repo
1 parent 0f6659c commit 3c180d2

File tree

39 files changed

+197
-195
lines changed

39 files changed

+197
-195
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-01-29 14:55:57.104905",
8-
"spec_repo_commit": "14f5d952"
7+
"regenerated": "2025-01-31 03:37:19.395267",
8+
"spec_repo_commit": "7e3beef8"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-29 14:55:57.122041",
13-
"spec_repo_commit": "14f5d952"
12+
"regenerated": "2025-01-31 03:37:19.411458",
13+
"spec_repo_commit": "7e3beef8"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7307,8 +7307,8 @@ components:
73077307
type: gridCell
73087308
type: grid
73097309
description: This is a simple example app
7310-
embeddedQueries: []
73117310
name: Example App
7311+
queries: []
73127312
rootInstanceName: grid0
73137313
type: appDefinitions
73147314
properties:
@@ -7336,15 +7336,15 @@ components:
73367336
description:
73377337
description: A human-readable description for the app.
73387338
type: string
7339-
embeddedQueries:
7339+
name:
7340+
description: The name of the app.
7341+
type: string
7342+
queries:
73407343
description: An array of queries, such as external actions and state variables,
73417344
that the app uses.
73427345
items:
73437346
$ref: '#/components/schemas/Query'
73447347
type: array
7345-
name:
7346-
description: The name of the app.
7347-
type: string
73487348
rootInstanceName:
73497349
description: The name of the root component of the app. This must be a `grid`
73507350
component that contains all other components.
@@ -12411,18 +12411,18 @@ components:
1241112411
description:
1241212412
description: A human-readable description for the app.
1241312413
type: string
12414-
embeddedQueries:
12415-
description: An array of queries, such as external actions and state variables,
12416-
that the app uses.
12417-
items:
12418-
$ref: '#/components/schemas/Query'
12419-
type: array
1242012414
favorite:
1242112415
description: Whether the app is marked as a favorite by the current user.
1242212416
type: boolean
1242312417
name:
1242412418
description: The name of the app.
1242512419
type: string
12420+
queries:
12421+
description: An array of queries, such as external actions and state variables,
12422+
that the app uses.
12423+
items:
12424+
$ref: '#/components/schemas/Query'
12425+
type: array
1242612426
rootInstanceName:
1242712427
description: The name of the root component of the app. This must be a `grid`
1242812428
component that contains all other components.
@@ -29505,8 +29505,8 @@ components:
2950529505
type: gridCell
2950629506
type: grid
2950729507
description: This is a simple example app
29508-
embeddedQueries: []
2950929508
name: Example App
29509+
queries: []
2951029510
rootInstanceName: grid0
2951129511
id: 9e20cbaf-68da-45a6-9ccf-54193ac29fa5
2951229512
type: appDefinitions
@@ -29545,16 +29545,16 @@ components:
2954529545
description:
2954629546
description: The new human-readable description for the app.
2954729547
type: string
29548-
embeddedQueries:
29548+
name:
29549+
description: The new name of the app.
29550+
type: string
29551+
queries:
2954929552
description: The new array of queries, such as external actions and state
2955029553
variables, that the app uses. If this field is set, all existing queries
2955129554
are replaced with the new queries under this field.
2955229555
items:
2955329556
$ref: '#/components/schemas/Query'
2955429557
type: array
29555-
name:
29556-
description: The new name of the app.
29557-
type: string
2955829558
rootInstanceName:
2955929559
description: The new name of the root component of the app. This must be
2956029560
a `grid` component that contains all other components.
@@ -29615,18 +29615,18 @@ components:
2961529615
description:
2961629616
description: The human-readable description for the app.
2961729617
type: string
29618-
embeddedQueries:
29619-
description: An array of queries, such as external actions and state variables,
29620-
that the app uses.
29621-
items:
29622-
$ref: '#/components/schemas/Query'
29623-
type: array
2962429618
favorite:
2962529619
description: Whether the app is marked as a favorite by the current user.
2962629620
type: boolean
2962729621
name:
2962829622
description: The name of the app.
2962929623
type: string
29624+
queries:
29625+
description: An array of queries, such as external actions and state variables,
29626+
that the app uses.
29627+
items:
29628+
$ref: '#/components/schemas/Query'
29629+
type: array
2963029630
rootInstanceName:
2963129631
description: The name of the root component of the app. This must be a `grid`
2963229632
component that contains all other components.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-01-09T20:40:37.253Z
1+
2025-01-30T22:30:41.653Z

cassettes/features/v2/app_builder/Create-App-returns-Bad-Request-response.yml

Lines changed: 3 additions & 4 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-
2025-01-09T20:40:37.369Z
1+
2025-01-30T22:30:41.765Z

cassettes/features/v2/app_builder/Create-App-returns-Created-response.yml

Lines changed: 6 additions & 6 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-
2025-01-09T20:40:37.755Z
1+
2025-01-30T22:30:42.199Z

cassettes/features/v2/app_builder/Delete-App-returns-Not-Found-response.yml

Lines changed: 2 additions & 2 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-
2025-01-09T20:40:37.852Z
1+
2025-01-30T22:30:42.276Z

cassettes/features/v2/app_builder/Delete-App-returns-OK-response.yml

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

0 commit comments

Comments
 (0)