@@ -120,6 +120,10 @@ components:
120120 ArduinoDashboardv2 :
121121 description : Dashboard is a collection of widgets (default view)
122122 properties :
123+ cover_image :
124+ description : The cover image of the dashboard
125+ maxLength : 1024
126+ type : string
123127 created_by :
124128 $ref : ' #/components/schemas/ArduinoDashboardowner'
125129 id :
@@ -160,6 +164,9 @@ components:
160164 ArduinoDashboardv2template :
161165 description : ArduinoDashboardv2template media type (default view)
162166 properties :
167+ cover_image :
168+ description : The cover image of the dashboard
169+ type : string
163170 id :
164171 description : The friendly ID of the dashboard
165172 type : string
@@ -2047,6 +2054,10 @@ components:
20472054 dashboardv2 :
20482055 description : DashboardV2Payload describes a dashboard
20492056 properties :
2057+ cover_image :
2058+ description : The cover image of the dashboard
2059+ maxLength : 1024
2060+ type : string
20502061 name :
20512062 description : The friendly name of the dashboard
20522063 maxLength : 64
@@ -5085,6 +5096,11 @@ paths:
50855096 post :
50865097 description : Returns the batch of time-series aggregated samples
50875098 operationId : series_v2#batch_query
5099+ parameters :
5100+ - in : header
5101+ name : X-Organization
5102+ schema :
5103+ type : string
50885104 requestBody :
50895105 content :
50905106 application/json :
@@ -5145,6 +5161,11 @@ paths:
51455161 post :
51465162 description : Returns the batch of time-series raw samples
51475163 operationId : series_v2#batch_query_raw
5164+ parameters :
5165+ - in : header
5166+ name : X-Organization
5167+ schema :
5168+ type : string
51485169 requestBody :
51495170 content :
51505171 application/json :
@@ -5205,6 +5226,11 @@ paths:
52055226 post :
52065227 description : Returns the batch of time-series data raw
52075228 operationId : series_v2#batch_query_raw_last_value
5229+ parameters :
5230+ - in : header
5231+ name : X-Organization
5232+ schema :
5233+ type : string
52085234 requestBody :
52095235 content :
52105236 application/json :
@@ -5258,6 +5284,11 @@ paths:
52585284 types that does not support mathematic aggregation. Types supported: strings,
52595285 complex types.'
52605286 operationId : series_v2#batch_query_sampling
5287+ parameters :
5288+ - in : header
5289+ name : X-Organization
5290+ schema :
5291+ type : string
52615292 requestBody :
52625293 content :
52635294 application/json :
@@ -5318,6 +5349,11 @@ paths:
53185349 post :
53195350 description : Request sending of historical data of properties by email
53205351 operationId : series_v2#historic_data
5352+ parameters :
5353+ - in : header
5354+ name : X-Organization
5355+ schema :
5356+ type : string
53215357 requestBody :
53225358 content :
53235359 application/json :
0 commit comments