Skip to content

Commit 8a67af7

Browse files
committed
update openapi
1 parent 7e1c6ba commit 8a67af7

File tree

3 files changed

+32
-7
lines changed

3 files changed

+32
-7
lines changed

internal/api/docs/openapi.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1337,6 +1337,21 @@ components:
13371337
additionalProperties:
13381338
type: string
13391339
type: object
1340+
variables_details:
1341+
items:
1342+
$ref: '#/components/schemas/BrickInstanceVariable'
1343+
type: array
1344+
type: object
1345+
BrickInstanceVariable:
1346+
properties:
1347+
description:
1348+
type: string
1349+
name:
1350+
type: string
1351+
required:
1352+
type: boolean
1353+
value:
1354+
type: string
13401355
type: object
13411356
BrickListItem:
13421357
properties:

internal/e2e/client/client.gen.go

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

internal/orchestrator/bricks/bricks.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ func (s *Service) AppBrickInstanceDetails(a *app.ArduinoApp, brickID string) (Br
132132
ModelID: modelID,
133133
}, nil
134134
}
135+
135136
func getBrickInstanceVariableDetails(
136137
brick *bricksindex.Brick,
137138
brickInstanceVariables map[string]string,

0 commit comments

Comments
 (0)