39
39
type : array
40
40
items :
41
41
type : string
42
- example : Qui magnam saepe quisquam .
42
+ example : Harum nostrum qui ipsa minima quia dolorem .
43
43
" 400 " :
44
44
description : Bad Request response.
45
45
schema :
@@ -160,6 +160,11 @@ paths:
160
160
description : The version of the tool
161
161
required : true
162
162
type : string
163
+ - name : RemoveRequestBody
164
+ in : body
165
+ required : true
166
+ schema :
167
+ $ref : ' #/definitions/ToolsRemoveRequestBody'
163
168
responses :
164
169
" 200 " :
165
170
description : OK response.
@@ -215,7 +220,7 @@ definitions:
215
220
temporary :
216
221
type : boolean
217
222
description : Is the error temporary?
218
- example : true
223
+ example : false
219
224
timeout :
220
225
type : boolean
221
226
description : Is the error a timeout?
@@ -226,8 +231,8 @@ definitions:
226
231
id : 123abc
227
232
message : parameter 'p' must be an integer
228
233
name : bad_request
229
- temporary : false
230
- timeout : false
234
+ temporary : true
235
+ timeout : true
231
236
required :
232
237
- name
233
238
- id
@@ -242,7 +247,7 @@ definitions:
242
247
fault :
243
248
type : boolean
244
249
description : Is the error a server-side fault?
245
- example : false
250
+ example : true
246
251
id :
247
252
type : string
248
253
description : ID is a unique identifier for this particular occurrence of the
@@ -264,15 +269,15 @@ definitions:
264
269
timeout :
265
270
type : boolean
266
271
description : Is the error a timeout?
267
- example : true
272
+ example : false
268
273
description : url invalid (default view)
269
274
example :
270
- fault : true
275
+ fault : false
271
276
id : 123abc
272
277
message : parameter 'p' must be an integer
273
278
name : bad_request
274
- temporary : true
275
- timeout : true
279
+ temporary : false
280
+ timeout : false
276
281
required :
277
282
- name
278
283
- id
@@ -287,7 +292,7 @@ definitions:
287
292
fault :
288
293
type : boolean
289
294
description : Is the error a server-side fault?
290
- example : true
295
+ example : false
291
296
id :
292
297
type : string
293
298
description : ID is a unique identifier for this particular occurrence of the
@@ -312,11 +317,11 @@ definitions:
312
317
example : true
313
318
description : url invalid (default view)
314
319
example :
315
- fault : true
320
+ fault : false
316
321
id : 123abc
317
322
message : parameter 'p' must be an integer
318
323
name : bad_request
319
- temporary : false
324
+ temporary : true
320
325
timeout : false
321
326
required :
322
327
- name
@@ -355,6 +360,11 @@ definitions:
355
360
title : ToolsInstallRequestBody
356
361
type : object
357
362
properties :
363
+ checksum :
364
+ type : string
365
+ description : " A checksum of the archive. Mandatory when url is present. \n\t This
366
+ ensures that the package is downloaded correcly."
367
+ example : Occaecati eum.
358
368
name :
359
369
type : string
360
370
description : The name of the tool
@@ -363,18 +373,42 @@ definitions:
363
373
type : string
364
374
description : The packager of the tool
365
375
example : arduino
376
+ url :
377
+ type : string
378
+ description : " The url where the package can be found. Optional. \n\t If present
379
+ checksum must also be present."
380
+ example : Sit quod dolor repellat.
366
381
version :
367
382
type : string
368
383
description : The version of the tool
369
384
example : 6.3.0-arduino9
370
385
example :
386
+ checksum : Id ut totam.
371
387
name : avrdude
372
388
packager : arduino
389
+ url : Vero ipsum corporis nihil.
373
390
version : 6.3.0-arduino9
374
391
required :
375
392
- name
376
393
- version
377
394
- packager
395
+ ToolsRemoveRequestBody :
396
+ title : ToolsRemoveRequestBody
397
+ type : object
398
+ properties :
399
+ checksum :
400
+ type : string
401
+ description : " A checksum of the archive. Mandatory when url is present. \n\t This
402
+ ensures that the package is downloaded correcly."
403
+ example : Nobis officia optio inventore.
404
+ url :
405
+ type : string
406
+ description : " The url where the package can be found. Optional. \n\t If present
407
+ checksum must also be present."
408
+ example : Inventore exercitationem.
409
+ example :
410
+ checksum : Qui modi dolorem.
411
+ url : In voluptatibus.
378
412
ToolsToolResponseCollection :
379
413
title : ' Mediatype identifier: application/vnd.arduino.tool; type=collection; view=default'
380
414
type : array
@@ -389,3 +423,9 @@ definitions:
389
423
- name : avrdude
390
424
packager : arduino
391
425
version : 6.3.0-arduino9
426
+ - name : avrdude
427
+ packager : arduino
428
+ version : 6.3.0-arduino9
429
+ - name : avrdude
430
+ packager : arduino
431
+ version : 6.3.0-arduino9
0 commit comments