@@ -120,6 +120,10 @@ components:
120
120
ArduinoDashboardv2 :
121
121
description : Dashboard is a collection of widgets (default view)
122
122
properties :
123
+ cover_image :
124
+ description : The cover image of the dashboard
125
+ maxLength : 1024
126
+ type : string
123
127
created_by :
124
128
$ref : ' #/components/schemas/ArduinoDashboardowner'
125
129
id :
@@ -160,6 +164,9 @@ components:
160
164
ArduinoDashboardv2template :
161
165
description : ArduinoDashboardv2template media type (default view)
162
166
properties :
167
+ cover_image :
168
+ description : The cover image of the dashboard
169
+ type : string
163
170
id :
164
171
description : The friendly ID of the dashboard
165
172
type : string
@@ -2047,6 +2054,10 @@ components:
2047
2054
dashboardv2 :
2048
2055
description : DashboardV2Payload describes a dashboard
2049
2056
properties :
2057
+ cover_image :
2058
+ description : The cover image of the dashboard
2059
+ maxLength : 1024
2060
+ type : string
2050
2061
name :
2051
2062
description : The friendly name of the dashboard
2052
2063
maxLength : 64
@@ -5085,6 +5096,11 @@ paths:
5085
5096
post :
5086
5097
description : Returns the batch of time-series aggregated samples
5087
5098
operationId : series_v2#batch_query
5099
+ parameters :
5100
+ - in : header
5101
+ name : X-Organization
5102
+ schema :
5103
+ type : string
5088
5104
requestBody :
5089
5105
content :
5090
5106
application/json :
@@ -5145,6 +5161,11 @@ paths:
5145
5161
post :
5146
5162
description : Returns the batch of time-series raw samples
5147
5163
operationId : series_v2#batch_query_raw
5164
+ parameters :
5165
+ - in : header
5166
+ name : X-Organization
5167
+ schema :
5168
+ type : string
5148
5169
requestBody :
5149
5170
content :
5150
5171
application/json :
@@ -5205,6 +5226,11 @@ paths:
5205
5226
post :
5206
5227
description : Returns the batch of time-series data raw
5207
5228
operationId : series_v2#batch_query_raw_last_value
5229
+ parameters :
5230
+ - in : header
5231
+ name : X-Organization
5232
+ schema :
5233
+ type : string
5208
5234
requestBody :
5209
5235
content :
5210
5236
application/json :
@@ -5258,6 +5284,11 @@ paths:
5258
5284
types that does not support mathematic aggregation. Types supported: strings,
5259
5285
complex types.'
5260
5286
operationId : series_v2#batch_query_sampling
5287
+ parameters :
5288
+ - in : header
5289
+ name : X-Organization
5290
+ schema :
5291
+ type : string
5261
5292
requestBody :
5262
5293
content :
5263
5294
application/json :
@@ -5318,6 +5349,11 @@ paths:
5318
5349
post :
5319
5350
description : Request sending of historical data of properties by email
5320
5351
operationId : series_v2#historic_data
5352
+ parameters :
5353
+ - in : header
5354
+ name : X-Organization
5355
+ schema :
5356
+ type : string
5321
5357
requestBody :
5322
5358
content :
5323
5359
application/json :
0 commit comments