Skip to content

Commit 81b929f

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 8d4caac of spec repo (#3638)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent e27844a commit 81b929f

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@ components:
13171317
tabs:
13181318
description: List of tabs for organizing dashboard widgets into groups.
13191319
items:
1320-
$ref: '#/components/schemas/DashboardTab'
1320+
$ref: "#/components/schemas/DashboardTab"
13211321
maxItems: 100
13221322
nullable: true
13231323
type: array
@@ -1596,7 +1596,7 @@ components:
15961596
properties:
15971597
id:
15981598
description: UUID of the tab.
1599-
example: ''
1599+
example: ""
16001600
format: uuid
16011601
type: string
16021602
name:
@@ -1606,20 +1606,19 @@ components:
16061606
minLength: 1
16071607
type: string
16081608
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.
1609+
description: >-
1610+
List of widget IDs belonging to this tab. The backend also accepts positional references in @N format (1-indexed) as a convenience for Terraform and other declarative tools.
16121611
example:
1613-
- 0
1612+
- 0
16141613
items:
16151614
description: Widget ID.
16161615
format: int64
16171616
type: integer
16181617
type: array
16191618
required:
1620-
- id
1621-
- name
1622-
- widget_ids
1619+
- id
1620+
- name
1621+
- widget_ids
16231622
type: object
16241623
DashboardTemplateVariable:
16251624
description: Template variable.

0 commit comments

Comments
 (0)