Skip to content

Commit 45e197d

Browse files
committed
update openapi
1 parent d98e910 commit 45e197d

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
@@ -134,6 +134,7 @@ func (s *Service) AppBrickInstanceDetails(a *app.ArduinoApp, brickID string) (Br
134134
ModelID: modelID,
135135
}, nil
136136
}
137+
137138
func getBrickInstanceVariableDetails(
138139
brick *bricksindex.Brick,
139140
brickInstanceVariables map[string]string,

0 commit comments

Comments
 (0)