Skip to content

Commit 7dac21a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 920122e of spec repo
1 parent e27844a commit 7dac21a

66 files changed

Lines changed: 10889 additions & 147 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.generator/schemas/v1/openapi.yaml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,13 +1314,6 @@ components:
13141314
description: A role UUID.
13151315
type: string
13161316
type: array
1317-
tabs:
1318-
description: List of tabs for organizing dashboard widgets into groups.
1319-
items:
1320-
$ref: '#/components/schemas/DashboardTab'
1321-
maxItems: 100
1322-
nullable: true
1323-
type: array
13241317
tags:
13251318
description: List of team names representing ownership of a dashboard.
13261319
items:
@@ -1591,36 +1584,6 @@ components:
15911584
description: URL of the dashboard.
15921585
type: string
15931586
type: object
1594-
DashboardTab:
1595-
description: Dashboard tab for organizing widgets.
1596-
properties:
1597-
id:
1598-
description: UUID of the tab.
1599-
example: ''
1600-
format: uuid
1601-
type: string
1602-
name:
1603-
description: Name of the tab.
1604-
example: L
1605-
maxLength: 100
1606-
minLength: 1
1607-
type: string
1608-
widget_ids:
1609-
description: List of widget IDs belonging to this tab. The backend also
1610-
accepts positional references in @N format (1-indexed) as a convenience
1611-
for Terraform and other declarative tools.
1612-
example:
1613-
- 0
1614-
items:
1615-
description: Widget ID.
1616-
format: int64
1617-
type: integer
1618-
type: array
1619-
required:
1620-
- id
1621-
- name
1622-
- widget_ids
1623-
type: object
16241587
DashboardTemplateVariable:
16251588
description: Template variable.
16261589
properties:

0 commit comments

Comments
 (0)