Skip to content

Commit 2615e16

Browse files
author
ArduinoBot
committed
Regenerate client from commit 5a8f8ed of spec repo
1 parent f9a1e2c commit 2615e16

File tree

124 files changed

+478
-185
lines changed

Some content is hidden

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

124 files changed

+478
-185
lines changed

.apigentools-info

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"spec_versions": {
55
"v2": {
66
"apigentools_version": "1.1.0",
7-
"regenerated": "2024-07-03 08:16:30.168530",
8-
"spec_repo_commit": "647c963"
7+
"regenerated": "2024-07-24 13:02:42.558222",
8+
"spec_repo_commit": "5a8f8ed"
99
}
1010
}
1111
}

.openapi-generator/FILES

-2
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,4 @@ model_update_sketch.go
208208
model_widget.go
209209
model_widgetlink.go
210210
response.go
211-
test/api_network_credentials_v1_test.go
212-
test/api_templates_test.go
213211
utils.go

api/openapi.yaml

+51
Original file line numberDiff line numberDiff line change
@@ -2615,6 +2615,14 @@ paths:
26152615
post:
26162616
description: Returns the batch of time-series aggregated samples
26172617
operationId: series_v2#batch_query
2618+
parameters:
2619+
- explode: false
2620+
in: header
2621+
name: X-Organization
2622+
required: false
2623+
schema:
2624+
type: string
2625+
style: simple
26182626
requestBody:
26192627
content:
26202628
application/json:
@@ -2675,6 +2683,14 @@ paths:
26752683
post:
26762684
description: Returns the batch of time-series raw samples
26772685
operationId: series_v2#batch_query_raw
2686+
parameters:
2687+
- explode: false
2688+
in: header
2689+
name: X-Organization
2690+
required: false
2691+
schema:
2692+
type: string
2693+
style: simple
26782694
requestBody:
26792695
content:
26802696
application/json:
@@ -2735,6 +2751,14 @@ paths:
27352751
post:
27362752
description: Returns the batch of time-series data raw
27372753
operationId: series_v2#batch_query_raw_last_value
2754+
parameters:
2755+
- explode: false
2756+
in: header
2757+
name: X-Organization
2758+
required: false
2759+
schema:
2760+
type: string
2761+
style: simple
27382762
requestBody:
27392763
content:
27402764
application/json:
@@ -2788,6 +2812,14 @@ paths:
27882812
\ types that does not support mathematic aggregation. Types supported: strings,\
27892813
\ complex types."
27902814
operationId: series_v2#batch_query_sampling
2815+
parameters:
2816+
- explode: false
2817+
in: header
2818+
name: X-Organization
2819+
required: false
2820+
schema:
2821+
type: string
2822+
style: simple
27912823
requestBody:
27922824
content:
27932825
application/json:
@@ -2848,6 +2880,14 @@ paths:
28482880
post:
28492881
description: Request sending of historical data of properties by email
28502882
operationId: series_v2#historic_data
2883+
parameters:
2884+
- explode: false
2885+
in: header
2886+
name: X-Organization
2887+
required: false
2888+
schema:
2889+
type: string
2890+
style: simple
28512891
requestBody:
28522892
content:
28532893
application/json:
@@ -4512,6 +4552,10 @@ components:
45124552
ArduinoDashboardv2:
45134553
description: Dashboard is a collection of widgets (default view)
45144554
properties:
4555+
cover_image:
4556+
description: The cover image of the dashboard
4557+
maxLength: 1024
4558+
type: string
45154559
created_by:
45164560
$ref: '#/components/schemas/ArduinoDashboardowner'
45174561
id:
@@ -4564,6 +4608,9 @@ components:
45644608
ArduinoDashboardv2template:
45654609
description: ArduinoDashboardv2template media type (default view)
45664610
properties:
4611+
cover_image:
4612+
description: The cover image of the dashboard
4613+
type: string
45674614
id:
45684615
description: The friendly ID of the dashboard
45694616
type: string
@@ -6634,6 +6681,10 @@ components:
66346681
dashboardv2:
66356682
description: DashboardV2Payload describes a dashboard
66366683
properties:
6684+
cover_image:
6685+
description: The cover image of the dashboard
6686+
maxLength: 1024
6687+
type: string
66376688
name:
66386689
description: The friendly name of the dashboard
66396690
maxLength: 64

api_dashboards_v2.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_devices_v2.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_devices_v2_certs.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_devices_v2_ota.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_devices_v2_pass.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_devices_v2_tags.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_lora_devices_v1.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_lora_freq_plan_v1.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_network_credentials_v1.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_properties_v2.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_series_v2.go

+46-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_templates.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_things_v2.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)