You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .generator/schemas/v1/openapi.yaml
+8-9Lines changed: 8 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1317,7 +1317,7 @@ components:
1317
1317
tabs:
1318
1318
description: List of tabs for organizing dashboard widgets into groups.
1319
1319
items:
1320
-
$ref: '#/components/schemas/DashboardTab'
1320
+
$ref: "#/components/schemas/DashboardTab"
1321
1321
maxItems: 100
1322
1322
nullable: true
1323
1323
type: array
@@ -1596,7 +1596,7 @@ components:
1596
1596
properties:
1597
1597
id:
1598
1598
description: UUID of the tab.
1599
-
example: ''
1599
+
example: ""
1600
1600
format: uuid
1601
1601
type: string
1602
1602
name:
@@ -1606,20 +1606,19 @@ components:
1606
1606
minLength: 1
1607
1607
type: string
1608
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.
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.
0 commit comments