homey-api 1.5.13 → 1.5.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/specifications/HomeyAPIV2.json +505 -425
- package/assets/types/homey-api.d.ts +545 -300
- package/assets/types/homey-api.private.d.ts +572 -276
- package/lib/HomeyAPI/HomeyAPIV2/Device.js +93 -20
- package/lib/HomeyAPI/HomeyAPIV2/DeviceCapability.js +1 -0
- package/lib/HomeyAPI/HomeyAPIV2/Item.js +2 -1
- package/lib/HomeyAPI/HomeyAPIV2/Manager.js +117 -67
- package/lib/HomeyAPI/HomeyAPIV2.js +16 -5
- package/package.json +1 -1
|
@@ -90,7 +90,8 @@
|
|
|
90
90
|
"parameters": {
|
|
91
91
|
"id": {
|
|
92
92
|
"in": "path",
|
|
93
|
-
"required": true
|
|
93
|
+
"required": true,
|
|
94
|
+
"type": "string"
|
|
94
95
|
}
|
|
95
96
|
}
|
|
96
97
|
},
|
|
@@ -108,7 +109,8 @@
|
|
|
108
109
|
"parameters": {
|
|
109
110
|
"id": {
|
|
110
111
|
"in": "path",
|
|
111
|
-
"required": true
|
|
112
|
+
"required": true,
|
|
113
|
+
"type": "string"
|
|
112
114
|
},
|
|
113
115
|
"alarm": {
|
|
114
116
|
"in": "body",
|
|
@@ -150,7 +152,8 @@
|
|
|
150
152
|
"parameters": {
|
|
151
153
|
"id": {
|
|
152
154
|
"in": "path",
|
|
153
|
-
"required": true
|
|
155
|
+
"required": true,
|
|
156
|
+
"type": "string"
|
|
154
157
|
}
|
|
155
158
|
}
|
|
156
159
|
},
|
|
@@ -376,10 +379,12 @@
|
|
|
376
379
|
"parameters": {
|
|
377
380
|
"id": {
|
|
378
381
|
"in": "path",
|
|
379
|
-
"required": true
|
|
382
|
+
"required": true,
|
|
383
|
+
"type": "string"
|
|
380
384
|
},
|
|
381
385
|
"purgeSettings": {
|
|
382
|
-
"in": "query"
|
|
386
|
+
"in": "query",
|
|
387
|
+
"type": "string"
|
|
383
388
|
}
|
|
384
389
|
}
|
|
385
390
|
},
|
|
@@ -412,7 +417,8 @@
|
|
|
412
417
|
"parameters": {
|
|
413
418
|
"id": {
|
|
414
419
|
"in": "path",
|
|
415
|
-
"required": true
|
|
420
|
+
"required": true,
|
|
421
|
+
"type": "string"
|
|
416
422
|
}
|
|
417
423
|
}
|
|
418
424
|
},
|
|
@@ -426,7 +432,8 @@
|
|
|
426
432
|
"parameters": {
|
|
427
433
|
"id": {
|
|
428
434
|
"in": "path",
|
|
429
|
-
"required": true
|
|
435
|
+
"required": true,
|
|
436
|
+
"type": "string"
|
|
430
437
|
}
|
|
431
438
|
}
|
|
432
439
|
},
|
|
@@ -440,7 +447,8 @@
|
|
|
440
447
|
"parameters": {
|
|
441
448
|
"id": {
|
|
442
449
|
"in": "path",
|
|
443
|
-
"required": true
|
|
450
|
+
"required": true,
|
|
451
|
+
"type": "string"
|
|
444
452
|
}
|
|
445
453
|
}
|
|
446
454
|
},
|
|
@@ -454,7 +462,8 @@
|
|
|
454
462
|
"parameters": {
|
|
455
463
|
"id": {
|
|
456
464
|
"in": "path",
|
|
457
|
-
"required": true
|
|
465
|
+
"required": true,
|
|
466
|
+
"type": "string"
|
|
458
467
|
}
|
|
459
468
|
}
|
|
460
469
|
},
|
|
@@ -468,7 +477,8 @@
|
|
|
468
477
|
"parameters": {
|
|
469
478
|
"id": {
|
|
470
479
|
"in": "path",
|
|
471
|
-
"required": true
|
|
480
|
+
"required": true,
|
|
481
|
+
"type": "string"
|
|
472
482
|
}
|
|
473
483
|
}
|
|
474
484
|
},
|
|
@@ -482,11 +492,13 @@
|
|
|
482
492
|
"parameters": {
|
|
483
493
|
"name": {
|
|
484
494
|
"in": "path",
|
|
485
|
-
"required": true
|
|
495
|
+
"required": true,
|
|
496
|
+
"type": "string"
|
|
486
497
|
},
|
|
487
498
|
"id": {
|
|
488
499
|
"in": "path",
|
|
489
|
-
"required": true
|
|
500
|
+
"required": true,
|
|
501
|
+
"type": "string"
|
|
490
502
|
}
|
|
491
503
|
}
|
|
492
504
|
},
|
|
@@ -500,11 +512,13 @@
|
|
|
500
512
|
"parameters": {
|
|
501
513
|
"name": {
|
|
502
514
|
"in": "path",
|
|
503
|
-
"required": true
|
|
515
|
+
"required": true,
|
|
516
|
+
"type": "string"
|
|
504
517
|
},
|
|
505
518
|
"id": {
|
|
506
519
|
"in": "path",
|
|
507
|
-
"required": true
|
|
520
|
+
"required": true,
|
|
521
|
+
"type": "string"
|
|
508
522
|
},
|
|
509
523
|
"value": {
|
|
510
524
|
"in": "body",
|
|
@@ -522,11 +536,13 @@
|
|
|
522
536
|
"parameters": {
|
|
523
537
|
"name": {
|
|
524
538
|
"in": "path",
|
|
525
|
-
"required": true
|
|
539
|
+
"required": true,
|
|
540
|
+
"type": "string"
|
|
526
541
|
},
|
|
527
542
|
"id": {
|
|
528
543
|
"in": "path",
|
|
529
|
-
"required": true
|
|
544
|
+
"required": true,
|
|
545
|
+
"type": "string"
|
|
530
546
|
}
|
|
531
547
|
}
|
|
532
548
|
},
|
|
@@ -540,7 +556,8 @@
|
|
|
540
556
|
"parameters": {
|
|
541
557
|
"id": {
|
|
542
558
|
"in": "path",
|
|
543
|
-
"required": true
|
|
559
|
+
"required": true,
|
|
560
|
+
"type": "string"
|
|
544
561
|
}
|
|
545
562
|
}
|
|
546
563
|
},
|
|
@@ -554,7 +571,8 @@
|
|
|
554
571
|
"parameters": {
|
|
555
572
|
"id": {
|
|
556
573
|
"in": "path",
|
|
557
|
-
"required": true
|
|
574
|
+
"required": true,
|
|
575
|
+
"type": "string"
|
|
558
576
|
},
|
|
559
577
|
"message": {
|
|
560
578
|
"in": "body",
|
|
@@ -576,7 +594,8 @@
|
|
|
576
594
|
"parameters": {
|
|
577
595
|
"id": {
|
|
578
596
|
"in": "path",
|
|
579
|
-
"required": true
|
|
597
|
+
"required": true,
|
|
598
|
+
"type": "string"
|
|
580
599
|
},
|
|
581
600
|
"app": {
|
|
582
601
|
"in": "body",
|
|
@@ -599,7 +618,8 @@
|
|
|
599
618
|
"parameters": {
|
|
600
619
|
"id": {
|
|
601
620
|
"in": "path",
|
|
602
|
-
"required": true
|
|
621
|
+
"required": true,
|
|
622
|
+
"type": "string"
|
|
603
623
|
}
|
|
604
624
|
}
|
|
605
625
|
},
|
|
@@ -798,7 +818,8 @@
|
|
|
798
818
|
],
|
|
799
819
|
"parameters": {
|
|
800
820
|
"deviceId": {
|
|
801
|
-
"in": "path"
|
|
821
|
+
"in": "path",
|
|
822
|
+
"type": "string"
|
|
802
823
|
},
|
|
803
824
|
"config": {
|
|
804
825
|
"in": "body",
|
|
@@ -816,7 +837,8 @@
|
|
|
816
837
|
],
|
|
817
838
|
"parameters": {
|
|
818
839
|
"deviceId": {
|
|
819
|
-
"in": "path"
|
|
840
|
+
"in": "path",
|
|
841
|
+
"type": "string"
|
|
820
842
|
},
|
|
821
843
|
"baudRate": {
|
|
822
844
|
"in": "body",
|
|
@@ -1316,11 +1338,13 @@
|
|
|
1316
1338
|
"parameters": {
|
|
1317
1339
|
"id": {
|
|
1318
1340
|
"in": "path",
|
|
1319
|
-
"required": true
|
|
1341
|
+
"required": true,
|
|
1342
|
+
"type": "string"
|
|
1320
1343
|
},
|
|
1321
1344
|
"uri": {
|
|
1322
1345
|
"in": "path",
|
|
1323
|
-
"required": true
|
|
1346
|
+
"required": true,
|
|
1347
|
+
"type": "string"
|
|
1324
1348
|
}
|
|
1325
1349
|
}
|
|
1326
1350
|
},
|
|
@@ -1347,7 +1371,8 @@
|
|
|
1347
1371
|
"parameters": {
|
|
1348
1372
|
"id": {
|
|
1349
1373
|
"in": "path",
|
|
1350
|
-
"required": true
|
|
1374
|
+
"required": true,
|
|
1375
|
+
"type": "string"
|
|
1351
1376
|
},
|
|
1352
1377
|
"settings": {
|
|
1353
1378
|
"in": "body",
|
|
@@ -1366,7 +1391,8 @@
|
|
|
1366
1391
|
"parameters": {
|
|
1367
1392
|
"id": {
|
|
1368
1393
|
"in": "path",
|
|
1369
|
-
"required": true
|
|
1394
|
+
"required": true,
|
|
1395
|
+
"type": "string"
|
|
1370
1396
|
}
|
|
1371
1397
|
}
|
|
1372
1398
|
},
|
|
@@ -1380,11 +1406,13 @@
|
|
|
1380
1406
|
"parameters": {
|
|
1381
1407
|
"capabilityId": {
|
|
1382
1408
|
"in": "path",
|
|
1383
|
-
"required": true
|
|
1409
|
+
"required": true,
|
|
1410
|
+
"type": "string"
|
|
1384
1411
|
},
|
|
1385
1412
|
"deviceId": {
|
|
1386
1413
|
"in": "path",
|
|
1387
|
-
"required": true
|
|
1414
|
+
"required": true,
|
|
1415
|
+
"type": "string"
|
|
1388
1416
|
},
|
|
1389
1417
|
"transactionId": {
|
|
1390
1418
|
"in": "body"
|
|
@@ -1412,7 +1440,8 @@
|
|
|
1412
1440
|
"parameters": {
|
|
1413
1441
|
"id": {
|
|
1414
1442
|
"in": "path",
|
|
1415
|
-
"required": true
|
|
1443
|
+
"required": true,
|
|
1444
|
+
"type": "string"
|
|
1416
1445
|
}
|
|
1417
1446
|
}
|
|
1418
1447
|
},
|
|
@@ -1430,6 +1459,7 @@
|
|
|
1430
1459
|
"parameters": {
|
|
1431
1460
|
"id": {
|
|
1432
1461
|
"in": "path",
|
|
1462
|
+
"type": "string",
|
|
1433
1463
|
"required": true
|
|
1434
1464
|
},
|
|
1435
1465
|
"device": {
|
|
@@ -1453,7 +1483,8 @@
|
|
|
1453
1483
|
"parameters": {
|
|
1454
1484
|
"id": {
|
|
1455
1485
|
"in": "path",
|
|
1456
|
-
"required": true
|
|
1486
|
+
"required": true,
|
|
1487
|
+
"type": "string"
|
|
1457
1488
|
}
|
|
1458
1489
|
}
|
|
1459
1490
|
},
|
|
@@ -1487,7 +1518,8 @@
|
|
|
1487
1518
|
"parameters": {
|
|
1488
1519
|
"session": {
|
|
1489
1520
|
"in": "path",
|
|
1490
|
-
"required": true
|
|
1521
|
+
"required": true,
|
|
1522
|
+
"type": "string"
|
|
1491
1523
|
}
|
|
1492
1524
|
}
|
|
1493
1525
|
},
|
|
@@ -1534,7 +1566,8 @@
|
|
|
1534
1566
|
"parameters": {
|
|
1535
1567
|
"session": {
|
|
1536
1568
|
"in": "path",
|
|
1537
|
-
"required": true
|
|
1569
|
+
"required": true,
|
|
1570
|
+
"type": "string"
|
|
1538
1571
|
}
|
|
1539
1572
|
}
|
|
1540
1573
|
},
|
|
@@ -1548,18 +1581,22 @@
|
|
|
1548
1581
|
"parameters": {
|
|
1549
1582
|
"purgeSettings": {
|
|
1550
1583
|
"in": "formData",
|
|
1584
|
+
"type": "string",
|
|
1551
1585
|
"required": true
|
|
1552
1586
|
},
|
|
1553
1587
|
"env": {
|
|
1554
1588
|
"in": "formData",
|
|
1589
|
+
"type": "string",
|
|
1555
1590
|
"required": true
|
|
1556
1591
|
},
|
|
1557
1592
|
"debug": {
|
|
1558
1593
|
"in": "formData",
|
|
1594
|
+
"type": "string",
|
|
1559
1595
|
"required": true
|
|
1560
1596
|
},
|
|
1561
1597
|
"app": {
|
|
1562
1598
|
"in": "formData",
|
|
1599
|
+
"type": "string",
|
|
1563
1600
|
"required": true
|
|
1564
1601
|
}
|
|
1565
1602
|
}
|
|
@@ -1574,6 +1611,7 @@
|
|
|
1574
1611
|
"parameters": {
|
|
1575
1612
|
"animation_id": {
|
|
1576
1613
|
"in": "query",
|
|
1614
|
+
"type": "string",
|
|
1577
1615
|
"required": true
|
|
1578
1616
|
}
|
|
1579
1617
|
}
|
|
@@ -2065,7 +2103,8 @@
|
|
|
2065
2103
|
"parameters": {
|
|
2066
2104
|
"id": {
|
|
2067
2105
|
"in": "path",
|
|
2068
|
-
"required": true
|
|
2106
|
+
"required": true,
|
|
2107
|
+
"type": "string"
|
|
2069
2108
|
}
|
|
2070
2109
|
}
|
|
2071
2110
|
},
|
|
@@ -2079,7 +2118,8 @@
|
|
|
2079
2118
|
"parameters": {
|
|
2080
2119
|
"id": {
|
|
2081
2120
|
"in": "path",
|
|
2082
|
-
"required": true
|
|
2121
|
+
"required": true,
|
|
2122
|
+
"type": "string"
|
|
2083
2123
|
},
|
|
2084
2124
|
"device": {
|
|
2085
2125
|
"in": "body",
|
|
@@ -2102,7 +2142,8 @@
|
|
|
2102
2142
|
"parameters": {
|
|
2103
2143
|
"id": {
|
|
2104
2144
|
"in": "path",
|
|
2105
|
-
"required": true
|
|
2145
|
+
"required": true,
|
|
2146
|
+
"type": "string"
|
|
2106
2147
|
}
|
|
2107
2148
|
}
|
|
2108
2149
|
},
|
|
@@ -2116,7 +2157,8 @@
|
|
|
2116
2157
|
"parameters": {
|
|
2117
2158
|
"id": {
|
|
2118
2159
|
"in": "path",
|
|
2119
|
-
"required": true
|
|
2160
|
+
"required": true,
|
|
2161
|
+
"type": "string"
|
|
2120
2162
|
}
|
|
2121
2163
|
}
|
|
2122
2164
|
},
|
|
@@ -2130,7 +2172,8 @@
|
|
|
2130
2172
|
"parameters": {
|
|
2131
2173
|
"id": {
|
|
2132
2174
|
"in": "path",
|
|
2133
|
-
"required": true
|
|
2175
|
+
"required": true,
|
|
2176
|
+
"type": "string"
|
|
2134
2177
|
},
|
|
2135
2178
|
"data": {
|
|
2136
2179
|
"in": "body",
|
|
@@ -2153,11 +2196,11 @@
|
|
|
2153
2196
|
"parameters": {
|
|
2154
2197
|
"id": {
|
|
2155
2198
|
"in": "path",
|
|
2156
|
-
"required": true
|
|
2199
|
+
"required": true,
|
|
2200
|
+
"type": "string"
|
|
2157
2201
|
},
|
|
2158
2202
|
"data": {
|
|
2159
2203
|
"in": "body",
|
|
2160
|
-
"type": "object",
|
|
2161
2204
|
"required": true
|
|
2162
2205
|
},
|
|
2163
2206
|
"event": {
|
|
@@ -2200,7 +2243,8 @@
|
|
|
2200
2243
|
"parameters": {
|
|
2201
2244
|
"id": {
|
|
2202
2245
|
"in": "path",
|
|
2203
|
-
"required": true
|
|
2246
|
+
"required": true,
|
|
2247
|
+
"type": "string"
|
|
2204
2248
|
}
|
|
2205
2249
|
}
|
|
2206
2250
|
},
|
|
@@ -2231,11 +2275,13 @@
|
|
|
2231
2275
|
"parameters": {
|
|
2232
2276
|
"id": {
|
|
2233
2277
|
"in": "path",
|
|
2234
|
-
"required": true
|
|
2278
|
+
"required": true,
|
|
2279
|
+
"type": "string"
|
|
2235
2280
|
},
|
|
2236
2281
|
"uri": {
|
|
2237
2282
|
"in": "path",
|
|
2238
|
-
"required": true
|
|
2283
|
+
"required": true,
|
|
2284
|
+
"type": "string"
|
|
2239
2285
|
}
|
|
2240
2286
|
}
|
|
2241
2287
|
},
|
|
@@ -2324,7 +2370,8 @@
|
|
|
2324
2370
|
],
|
|
2325
2371
|
"parameters": {
|
|
2326
2372
|
"zone": {
|
|
2327
|
-
"in": "query"
|
|
2373
|
+
"in": "query",
|
|
2374
|
+
"type": "string"
|
|
2328
2375
|
}
|
|
2329
2376
|
}
|
|
2330
2377
|
}
|
|
@@ -2345,7 +2392,8 @@
|
|
|
2345
2392
|
"parameters": {
|
|
2346
2393
|
"id": {
|
|
2347
2394
|
"in": "path",
|
|
2348
|
-
"required": true
|
|
2395
|
+
"required": true,
|
|
2396
|
+
"type": "string"
|
|
2349
2397
|
}
|
|
2350
2398
|
}
|
|
2351
2399
|
},
|
|
@@ -2359,7 +2407,8 @@
|
|
|
2359
2407
|
"parameters": {
|
|
2360
2408
|
"id": {
|
|
2361
2409
|
"in": "path",
|
|
2362
|
-
"required": true
|
|
2410
|
+
"required": true,
|
|
2411
|
+
"type": "string"
|
|
2363
2412
|
}
|
|
2364
2413
|
}
|
|
2365
2414
|
},
|
|
@@ -2603,9 +2652,17 @@
|
|
|
2603
2652
|
"title": {
|
|
2604
2653
|
"type": "string"
|
|
2605
2654
|
},
|
|
2606
|
-
"
|
|
2655
|
+
"hint": {
|
|
2607
2656
|
"type": "string"
|
|
2608
2657
|
},
|
|
2658
|
+
"type": {
|
|
2659
|
+
"type": "string",
|
|
2660
|
+
"enum": [
|
|
2661
|
+
"string",
|
|
2662
|
+
"number",
|
|
2663
|
+
"boolean"
|
|
2664
|
+
]
|
|
2665
|
+
},
|
|
2609
2666
|
"example": {
|
|
2610
2667
|
"type": [
|
|
2611
2668
|
"string",
|
|
@@ -2712,6 +2769,39 @@
|
|
|
2712
2769
|
},
|
|
2713
2770
|
"highlight": {
|
|
2714
2771
|
"type": "boolean"
|
|
2772
|
+
},
|
|
2773
|
+
"tokens": {
|
|
2774
|
+
"type": "array",
|
|
2775
|
+
"items": {
|
|
2776
|
+
"type": "object",
|
|
2777
|
+
"properties": {
|
|
2778
|
+
"id": {
|
|
2779
|
+
"type": "string"
|
|
2780
|
+
},
|
|
2781
|
+
"title": {
|
|
2782
|
+
"type": "string"
|
|
2783
|
+
},
|
|
2784
|
+
"hint": {
|
|
2785
|
+
"type": "string"
|
|
2786
|
+
},
|
|
2787
|
+
"type": {
|
|
2788
|
+
"type": "string",
|
|
2789
|
+
"enum": [
|
|
2790
|
+
"string",
|
|
2791
|
+
"number",
|
|
2792
|
+
"boolean"
|
|
2793
|
+
]
|
|
2794
|
+
},
|
|
2795
|
+
"example": {
|
|
2796
|
+
"type": [
|
|
2797
|
+
"string",
|
|
2798
|
+
"number",
|
|
2799
|
+
"boolean",
|
|
2800
|
+
"null"
|
|
2801
|
+
]
|
|
2802
|
+
}
|
|
2803
|
+
}
|
|
2804
|
+
}
|
|
2715
2805
|
}
|
|
2716
2806
|
},
|
|
2717
2807
|
"x-realtime-bindings": {
|
|
@@ -2751,145 +2841,305 @@
|
|
|
2751
2841
|
"delete": "flowfolder.delete"
|
|
2752
2842
|
}
|
|
2753
2843
|
}
|
|
2844
|
+
},
|
|
2845
|
+
"AdvancedFlow": {
|
|
2846
|
+
"id": "advancedflow",
|
|
2847
|
+
"type": "id",
|
|
2848
|
+
"schema": {
|
|
2849
|
+
"type": "object",
|
|
2850
|
+
"properties": {
|
|
2851
|
+
"id": {
|
|
2852
|
+
"type": "string",
|
|
2853
|
+
"format": "uuid",
|
|
2854
|
+
"x-homey-updateable": false
|
|
2855
|
+
},
|
|
2856
|
+
"name": {
|
|
2857
|
+
"type": "string"
|
|
2858
|
+
},
|
|
2859
|
+
"enabled": {
|
|
2860
|
+
"type": "boolean"
|
|
2861
|
+
},
|
|
2862
|
+
"broken": {
|
|
2863
|
+
"x-homey-readonly": true,
|
|
2864
|
+
"type": "boolean"
|
|
2865
|
+
},
|
|
2866
|
+
"folder": {
|
|
2867
|
+
"type": [
|
|
2868
|
+
"string",
|
|
2869
|
+
"null"
|
|
2870
|
+
],
|
|
2871
|
+
"format": "uuid"
|
|
2872
|
+
},
|
|
2873
|
+
"cards": {
|
|
2874
|
+
"type": "object",
|
|
2875
|
+
"additionalProperties": false,
|
|
2876
|
+
"patternProperties": {
|
|
2877
|
+
"^[0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12}$": {
|
|
2878
|
+
"type": "object",
|
|
2879
|
+
"required": [
|
|
2880
|
+
"type",
|
|
2881
|
+
"x",
|
|
2882
|
+
"y"
|
|
2883
|
+
],
|
|
2884
|
+
"properties": {
|
|
2885
|
+
"type": {
|
|
2886
|
+
"type": "string"
|
|
2887
|
+
},
|
|
2888
|
+
"x": {
|
|
2889
|
+
"type": "number"
|
|
2890
|
+
},
|
|
2891
|
+
"y": {
|
|
2892
|
+
"type": "number"
|
|
2893
|
+
}
|
|
2894
|
+
}
|
|
2895
|
+
}
|
|
2896
|
+
}
|
|
2897
|
+
}
|
|
2898
|
+
},
|
|
2899
|
+
"x-realtime-bindings": {
|
|
2900
|
+
"read": "getAdvancedFlow",
|
|
2901
|
+
"create": "advancedflow.create",
|
|
2902
|
+
"update": "advancedflow.update",
|
|
2903
|
+
"delete": "advancedflow.delete"
|
|
2904
|
+
}
|
|
2905
|
+
}
|
|
2754
2906
|
}
|
|
2755
2907
|
},
|
|
2756
2908
|
"operations": {
|
|
2757
|
-
"
|
|
2909
|
+
"deleteAdvancedFlow": {
|
|
2758
2910
|
"method": "DELETE",
|
|
2759
|
-
"path": "/
|
|
2911
|
+
"path": "/advancedflow/:id",
|
|
2760
2912
|
"private": false,
|
|
2761
2913
|
"scopes": [
|
|
2762
2914
|
"homey.flow"
|
|
2763
2915
|
],
|
|
2764
2916
|
"crud": {
|
|
2765
2917
|
"type": "deleteOne",
|
|
2766
|
-
"item": "
|
|
2918
|
+
"item": "AdvancedFlow"
|
|
2767
2919
|
},
|
|
2768
2920
|
"parameters": {
|
|
2769
2921
|
"id": {
|
|
2770
2922
|
"in": "path",
|
|
2771
|
-
"required": true
|
|
2923
|
+
"required": true,
|
|
2924
|
+
"type": "string"
|
|
2772
2925
|
}
|
|
2773
2926
|
}
|
|
2774
2927
|
},
|
|
2775
|
-
"
|
|
2928
|
+
"updateAdvancedFlow": {
|
|
2776
2929
|
"method": "PUT",
|
|
2777
|
-
"path": "/
|
|
2930
|
+
"path": "/advancedflow/:id",
|
|
2778
2931
|
"private": false,
|
|
2779
2932
|
"scopes": [
|
|
2780
2933
|
"homey.flow"
|
|
2781
2934
|
],
|
|
2782
2935
|
"crud": {
|
|
2783
2936
|
"type": "updateOne",
|
|
2784
|
-
"item": "
|
|
2937
|
+
"item": "AdvancedFlow"
|
|
2785
2938
|
},
|
|
2786
2939
|
"parameters": {
|
|
2787
2940
|
"id": {
|
|
2788
2941
|
"in": "path",
|
|
2789
|
-
"required": true
|
|
2942
|
+
"required": true,
|
|
2943
|
+
"type": "string"
|
|
2790
2944
|
},
|
|
2791
|
-
"
|
|
2945
|
+
"advancedflow": {
|
|
2792
2946
|
"in": "body",
|
|
2793
2947
|
"root": true,
|
|
2794
2948
|
"required": true
|
|
2795
2949
|
}
|
|
2796
2950
|
}
|
|
2797
2951
|
},
|
|
2798
|
-
"
|
|
2952
|
+
"createAdvancedFlow": {
|
|
2799
2953
|
"method": "POST",
|
|
2800
|
-
"path": "/
|
|
2954
|
+
"path": "/advancedflow",
|
|
2801
2955
|
"private": false,
|
|
2802
2956
|
"scopes": [
|
|
2803
2957
|
"homey.flow"
|
|
2804
2958
|
],
|
|
2805
2959
|
"crud": {
|
|
2806
2960
|
"type": "createOne",
|
|
2807
|
-
"item": "
|
|
2961
|
+
"item": "AdvancedFlow"
|
|
2808
2962
|
},
|
|
2809
2963
|
"parameters": {
|
|
2810
|
-
"
|
|
2964
|
+
"advancedflow": {
|
|
2811
2965
|
"in": "body",
|
|
2812
2966
|
"root": true,
|
|
2813
2967
|
"required": true
|
|
2814
2968
|
}
|
|
2815
2969
|
}
|
|
2816
2970
|
},
|
|
2817
|
-
"
|
|
2971
|
+
"getAdvancedFlow": {
|
|
2818
2972
|
"method": "GET",
|
|
2819
|
-
"path": "/
|
|
2973
|
+
"path": "/advancedflow/:id",
|
|
2820
2974
|
"private": false,
|
|
2821
2975
|
"scopes": [
|
|
2822
2976
|
"homey.flow.readonly"
|
|
2823
2977
|
],
|
|
2824
2978
|
"crud": {
|
|
2825
2979
|
"type": "getOne",
|
|
2826
|
-
"item": "
|
|
2980
|
+
"item": "AdvancedFlow"
|
|
2827
2981
|
},
|
|
2828
2982
|
"parameters": {
|
|
2829
2983
|
"id": {
|
|
2830
2984
|
"in": "path",
|
|
2831
|
-
"required": true
|
|
2985
|
+
"required": true,
|
|
2986
|
+
"type": "string"
|
|
2832
2987
|
}
|
|
2833
2988
|
}
|
|
2834
2989
|
},
|
|
2835
|
-
"
|
|
2990
|
+
"getAdvancedFlows": {
|
|
2836
2991
|
"method": "GET",
|
|
2837
|
-
"path": "/
|
|
2992
|
+
"path": "/advancedflow",
|
|
2838
2993
|
"private": false,
|
|
2839
2994
|
"scopes": [
|
|
2840
2995
|
"homey.flow.readonly"
|
|
2841
2996
|
],
|
|
2842
2997
|
"crud": {
|
|
2843
2998
|
"type": "getAll",
|
|
2844
|
-
"item": "
|
|
2999
|
+
"item": "AdvancedFlow"
|
|
2845
3000
|
},
|
|
2846
3001
|
"parameters": {}
|
|
2847
3002
|
},
|
|
2848
|
-
"
|
|
2849
|
-
"method": "
|
|
2850
|
-
"path": "/
|
|
3003
|
+
"deleteFlowFolder": {
|
|
3004
|
+
"method": "DELETE",
|
|
3005
|
+
"path": "/flowfolder/:id",
|
|
2851
3006
|
"private": false,
|
|
2852
3007
|
"scopes": [
|
|
2853
|
-
"homey.flow
|
|
3008
|
+
"homey.flow"
|
|
2854
3009
|
],
|
|
3010
|
+
"crud": {
|
|
3011
|
+
"type": "deleteOne",
|
|
3012
|
+
"item": "FlowFolder"
|
|
3013
|
+
},
|
|
2855
3014
|
"parameters": {
|
|
2856
3015
|
"id": {
|
|
2857
3016
|
"in": "path",
|
|
2858
|
-
"required": true
|
|
2859
|
-
|
|
2860
|
-
"state": {
|
|
2861
|
-
"in": "body",
|
|
2862
|
-
"root": true
|
|
3017
|
+
"required": true,
|
|
3018
|
+
"type": "string"
|
|
2863
3019
|
}
|
|
2864
3020
|
}
|
|
2865
3021
|
},
|
|
2866
|
-
"
|
|
2867
|
-
"method": "
|
|
2868
|
-
"path": "/
|
|
3022
|
+
"updateFlowFolder": {
|
|
3023
|
+
"method": "PUT",
|
|
3024
|
+
"path": "/flowfolder/:id",
|
|
2869
3025
|
"private": false,
|
|
2870
3026
|
"scopes": [
|
|
2871
3027
|
"homey.flow"
|
|
2872
3028
|
],
|
|
3029
|
+
"crud": {
|
|
3030
|
+
"type": "updateOne",
|
|
3031
|
+
"item": "FlowFolder"
|
|
3032
|
+
},
|
|
2873
3033
|
"parameters": {
|
|
2874
|
-
"
|
|
2875
|
-
"in": "
|
|
3034
|
+
"id": {
|
|
3035
|
+
"in": "path",
|
|
3036
|
+
"required": true,
|
|
2876
3037
|
"type": "string"
|
|
2877
3038
|
},
|
|
2878
|
-
"
|
|
2879
|
-
"in": "body",
|
|
2880
|
-
"type": "object",
|
|
2881
|
-
"required": true
|
|
2882
|
-
},
|
|
2883
|
-
"flow": {
|
|
3039
|
+
"flowfolder": {
|
|
2884
3040
|
"in": "body",
|
|
3041
|
+
"root": true,
|
|
2885
3042
|
"required": true
|
|
2886
3043
|
}
|
|
2887
3044
|
}
|
|
2888
3045
|
},
|
|
2889
|
-
"
|
|
2890
|
-
"method": "
|
|
2891
|
-
"path": "/
|
|
2892
|
-
"private": false,
|
|
3046
|
+
"createFlowFolder": {
|
|
3047
|
+
"method": "POST",
|
|
3048
|
+
"path": "/flowfolder",
|
|
3049
|
+
"private": false,
|
|
3050
|
+
"scopes": [
|
|
3051
|
+
"homey.flow"
|
|
3052
|
+
],
|
|
3053
|
+
"crud": {
|
|
3054
|
+
"type": "createOne",
|
|
3055
|
+
"item": "FlowFolder"
|
|
3056
|
+
},
|
|
3057
|
+
"parameters": {
|
|
3058
|
+
"flowfolder": {
|
|
3059
|
+
"in": "body",
|
|
3060
|
+
"root": true,
|
|
3061
|
+
"required": true
|
|
3062
|
+
}
|
|
3063
|
+
}
|
|
3064
|
+
},
|
|
3065
|
+
"getFlowFolder": {
|
|
3066
|
+
"method": "GET",
|
|
3067
|
+
"path": "/flowfolder/:id",
|
|
3068
|
+
"private": false,
|
|
3069
|
+
"scopes": [
|
|
3070
|
+
"homey.flow.readonly"
|
|
3071
|
+
],
|
|
3072
|
+
"crud": {
|
|
3073
|
+
"type": "getOne",
|
|
3074
|
+
"item": "FlowFolder"
|
|
3075
|
+
},
|
|
3076
|
+
"parameters": {
|
|
3077
|
+
"id": {
|
|
3078
|
+
"in": "path",
|
|
3079
|
+
"required": true,
|
|
3080
|
+
"type": "string"
|
|
3081
|
+
}
|
|
3082
|
+
}
|
|
3083
|
+
},
|
|
3084
|
+
"getFlowFolders": {
|
|
3085
|
+
"method": "GET",
|
|
3086
|
+
"path": "/flowfolder",
|
|
3087
|
+
"private": false,
|
|
3088
|
+
"scopes": [
|
|
3089
|
+
"homey.flow.readonly"
|
|
3090
|
+
],
|
|
3091
|
+
"crud": {
|
|
3092
|
+
"type": "getAll",
|
|
3093
|
+
"item": "FlowFolder"
|
|
3094
|
+
},
|
|
3095
|
+
"parameters": {}
|
|
3096
|
+
},
|
|
3097
|
+
"triggerFlow": {
|
|
3098
|
+
"method": "POST",
|
|
3099
|
+
"path": "/flow/:id/trigger",
|
|
3100
|
+
"private": false,
|
|
3101
|
+
"scopes": [
|
|
3102
|
+
"homey.flow.start"
|
|
3103
|
+
],
|
|
3104
|
+
"parameters": {
|
|
3105
|
+
"id": {
|
|
3106
|
+
"in": "path",
|
|
3107
|
+
"required": true,
|
|
3108
|
+
"type": "string"
|
|
3109
|
+
},
|
|
3110
|
+
"state": {
|
|
3111
|
+
"in": "body",
|
|
3112
|
+
"root": true
|
|
3113
|
+
}
|
|
3114
|
+
}
|
|
3115
|
+
},
|
|
3116
|
+
"testFlow": {
|
|
3117
|
+
"method": "POST",
|
|
3118
|
+
"path": "/flow/test",
|
|
3119
|
+
"private": false,
|
|
3120
|
+
"scopes": [
|
|
3121
|
+
"homey.flow"
|
|
3122
|
+
],
|
|
3123
|
+
"parameters": {
|
|
3124
|
+
"sessionId": {
|
|
3125
|
+
"in": "body",
|
|
3126
|
+
"type": "string"
|
|
3127
|
+
},
|
|
3128
|
+
"tokens": {
|
|
3129
|
+
"in": "body",
|
|
3130
|
+
"type": "object",
|
|
3131
|
+
"required": true
|
|
3132
|
+
},
|
|
3133
|
+
"flow": {
|
|
3134
|
+
"in": "body",
|
|
3135
|
+
"required": true
|
|
3136
|
+
}
|
|
3137
|
+
}
|
|
3138
|
+
},
|
|
3139
|
+
"deleteFlow": {
|
|
3140
|
+
"method": "DELETE",
|
|
3141
|
+
"path": "/flow/:id",
|
|
3142
|
+
"private": false,
|
|
2893
3143
|
"scopes": [
|
|
2894
3144
|
"homey.flow"
|
|
2895
3145
|
],
|
|
@@ -2900,7 +3150,8 @@
|
|
|
2900
3150
|
"parameters": {
|
|
2901
3151
|
"id": {
|
|
2902
3152
|
"in": "path",
|
|
2903
|
-
"required": true
|
|
3153
|
+
"required": true,
|
|
3154
|
+
"type": "string"
|
|
2904
3155
|
}
|
|
2905
3156
|
}
|
|
2906
3157
|
},
|
|
@@ -2918,7 +3169,8 @@
|
|
|
2918
3169
|
"parameters": {
|
|
2919
3170
|
"id": {
|
|
2920
3171
|
"in": "path",
|
|
2921
|
-
"required": true
|
|
3172
|
+
"required": true,
|
|
3173
|
+
"type": "string"
|
|
2922
3174
|
},
|
|
2923
3175
|
"flow": {
|
|
2924
3176
|
"in": "body",
|
|
@@ -2956,7 +3208,8 @@
|
|
|
2956
3208
|
"parameters": {
|
|
2957
3209
|
"id": {
|
|
2958
3210
|
"in": "path",
|
|
2959
|
-
"required": true
|
|
3211
|
+
"required": true,
|
|
3212
|
+
"type": "string"
|
|
2960
3213
|
}
|
|
2961
3214
|
}
|
|
2962
3215
|
},
|
|
@@ -2974,7 +3227,8 @@
|
|
|
2974
3227
|
"parameters": {
|
|
2975
3228
|
"id": {
|
|
2976
3229
|
"in": "path",
|
|
2977
|
-
"required": true
|
|
3230
|
+
"required": true,
|
|
3231
|
+
"type": "string"
|
|
2978
3232
|
}
|
|
2979
3233
|
}
|
|
2980
3234
|
},
|
|
@@ -3001,25 +3255,31 @@
|
|
|
3001
3255
|
"parameters": {
|
|
3002
3256
|
"id": {
|
|
3003
3257
|
"in": "path",
|
|
3004
|
-
"required": true
|
|
3258
|
+
"required": true,
|
|
3259
|
+
"type": "string"
|
|
3005
3260
|
},
|
|
3006
3261
|
"uri": {
|
|
3007
3262
|
"in": "path",
|
|
3008
|
-
"required": true
|
|
3263
|
+
"required": true,
|
|
3264
|
+
"type": "string"
|
|
3009
3265
|
},
|
|
3010
3266
|
"type": {
|
|
3011
3267
|
"in": "path",
|
|
3012
|
-
"required": true
|
|
3268
|
+
"required": true,
|
|
3269
|
+
"type": "string"
|
|
3013
3270
|
},
|
|
3014
3271
|
"args": {
|
|
3015
|
-
"in": "query"
|
|
3272
|
+
"in": "query",
|
|
3273
|
+
"type": "string"
|
|
3016
3274
|
},
|
|
3017
3275
|
"query": {
|
|
3018
3276
|
"in": "query",
|
|
3277
|
+
"type": "string",
|
|
3019
3278
|
"required": true
|
|
3020
3279
|
},
|
|
3021
3280
|
"name": {
|
|
3022
3281
|
"in": "query",
|
|
3282
|
+
"type": "string",
|
|
3023
3283
|
"required": true
|
|
3024
3284
|
}
|
|
3025
3285
|
}
|
|
@@ -3034,16 +3294,22 @@
|
|
|
3034
3294
|
"parameters": {
|
|
3035
3295
|
"id": {
|
|
3036
3296
|
"in": "path",
|
|
3037
|
-
"required": true
|
|
3297
|
+
"required": true,
|
|
3298
|
+
"type": "string"
|
|
3038
3299
|
},
|
|
3039
3300
|
"uri": {
|
|
3040
3301
|
"in": "path",
|
|
3041
|
-
"required": true
|
|
3302
|
+
"required": true,
|
|
3303
|
+
"type": "string"
|
|
3042
3304
|
},
|
|
3043
3305
|
"duration": {
|
|
3044
3306
|
"in": "body",
|
|
3045
3307
|
"type": "number"
|
|
3046
3308
|
},
|
|
3309
|
+
"tokens": {
|
|
3310
|
+
"in": "body",
|
|
3311
|
+
"type": "object"
|
|
3312
|
+
},
|
|
3047
3313
|
"droptoken": {
|
|
3048
3314
|
"in": "body",
|
|
3049
3315
|
"type": "string"
|
|
@@ -3068,11 +3334,13 @@
|
|
|
3068
3334
|
"parameters": {
|
|
3069
3335
|
"id": {
|
|
3070
3336
|
"in": "path",
|
|
3071
|
-
"required": true
|
|
3337
|
+
"required": true,
|
|
3338
|
+
"type": "string"
|
|
3072
3339
|
},
|
|
3073
3340
|
"uri": {
|
|
3074
3341
|
"in": "path",
|
|
3075
|
-
"required": true
|
|
3342
|
+
"required": true,
|
|
3343
|
+
"type": "string"
|
|
3076
3344
|
}
|
|
3077
3345
|
}
|
|
3078
3346
|
},
|
|
@@ -3099,11 +3367,17 @@
|
|
|
3099
3367
|
"parameters": {
|
|
3100
3368
|
"id": {
|
|
3101
3369
|
"in": "path",
|
|
3102
|
-
"required": true
|
|
3370
|
+
"required": true,
|
|
3371
|
+
"type": "string"
|
|
3103
3372
|
},
|
|
3104
3373
|
"uri": {
|
|
3105
3374
|
"in": "path",
|
|
3106
|
-
"required": true
|
|
3375
|
+
"required": true,
|
|
3376
|
+
"type": "string"
|
|
3377
|
+
},
|
|
3378
|
+
"tokens": {
|
|
3379
|
+
"in": "body",
|
|
3380
|
+
"type": "object"
|
|
3107
3381
|
},
|
|
3108
3382
|
"droptoken": {
|
|
3109
3383
|
"in": "body",
|
|
@@ -3129,11 +3403,13 @@
|
|
|
3129
3403
|
"parameters": {
|
|
3130
3404
|
"id": {
|
|
3131
3405
|
"in": "path",
|
|
3132
|
-
"required": true
|
|
3406
|
+
"required": true,
|
|
3407
|
+
"type": "string"
|
|
3133
3408
|
},
|
|
3134
3409
|
"uri": {
|
|
3135
3410
|
"in": "path",
|
|
3136
|
-
"required": true
|
|
3411
|
+
"required": true,
|
|
3412
|
+
"type": "string"
|
|
3137
3413
|
}
|
|
3138
3414
|
}
|
|
3139
3415
|
},
|
|
@@ -3164,11 +3440,13 @@
|
|
|
3164
3440
|
"parameters": {
|
|
3165
3441
|
"id": {
|
|
3166
3442
|
"in": "path",
|
|
3167
|
-
"required": true
|
|
3443
|
+
"required": true,
|
|
3444
|
+
"type": "string"
|
|
3168
3445
|
},
|
|
3169
3446
|
"uri": {
|
|
3170
3447
|
"in": "path",
|
|
3171
|
-
"required": true
|
|
3448
|
+
"required": true,
|
|
3449
|
+
"type": "string"
|
|
3172
3450
|
}
|
|
3173
3451
|
}
|
|
3174
3452
|
},
|
|
@@ -3241,11 +3519,13 @@
|
|
|
3241
3519
|
"parameters": {
|
|
3242
3520
|
"id": {
|
|
3243
3521
|
"in": "path",
|
|
3244
|
-
"required": true
|
|
3522
|
+
"required": true,
|
|
3523
|
+
"type": "string"
|
|
3245
3524
|
},
|
|
3246
3525
|
"uri": {
|
|
3247
3526
|
"in": "path",
|
|
3248
|
-
"required": true
|
|
3527
|
+
"required": true,
|
|
3528
|
+
"type": "string"
|
|
3249
3529
|
}
|
|
3250
3530
|
}
|
|
3251
3531
|
},
|
|
@@ -3485,7 +3765,8 @@
|
|
|
3485
3765
|
"parameters": {
|
|
3486
3766
|
"id": {
|
|
3487
3767
|
"in": "path",
|
|
3488
|
-
"required": true
|
|
3768
|
+
"required": true,
|
|
3769
|
+
"type": "string"
|
|
3489
3770
|
}
|
|
3490
3771
|
}
|
|
3491
3772
|
},
|
|
@@ -3576,11 +3857,13 @@
|
|
|
3576
3857
|
"parameters": {
|
|
3577
3858
|
"id": {
|
|
3578
3859
|
"in": "path",
|
|
3579
|
-
"required": true
|
|
3860
|
+
"required": true,
|
|
3861
|
+
"type": "string"
|
|
3580
3862
|
},
|
|
3581
3863
|
"uri": {
|
|
3582
3864
|
"in": "path",
|
|
3583
|
-
"required": true
|
|
3865
|
+
"required": true,
|
|
3866
|
+
"type": "string"
|
|
3584
3867
|
}
|
|
3585
3868
|
}
|
|
3586
3869
|
},
|
|
@@ -3594,14 +3877,17 @@
|
|
|
3594
3877
|
"parameters": {
|
|
3595
3878
|
"id": {
|
|
3596
3879
|
"in": "path",
|
|
3597
|
-
"required": true
|
|
3880
|
+
"required": true,
|
|
3881
|
+
"type": "string"
|
|
3598
3882
|
},
|
|
3599
3883
|
"uri": {
|
|
3600
3884
|
"in": "path",
|
|
3601
|
-
"required": true
|
|
3885
|
+
"required": true,
|
|
3886
|
+
"type": "string"
|
|
3602
3887
|
},
|
|
3603
3888
|
"resolution": {
|
|
3604
|
-
"in": "query"
|
|
3889
|
+
"in": "query",
|
|
3890
|
+
"type": "string"
|
|
3605
3891
|
}
|
|
3606
3892
|
}
|
|
3607
3893
|
},
|
|
@@ -3628,11 +3914,13 @@
|
|
|
3628
3914
|
"parameters": {
|
|
3629
3915
|
"id": {
|
|
3630
3916
|
"in": "path",
|
|
3631
|
-
"required": true
|
|
3917
|
+
"required": true,
|
|
3918
|
+
"type": "string"
|
|
3632
3919
|
},
|
|
3633
3920
|
"uri": {
|
|
3634
3921
|
"in": "path",
|
|
3635
|
-
"required": true
|
|
3922
|
+
"required": true,
|
|
3923
|
+
"type": "string"
|
|
3636
3924
|
}
|
|
3637
3925
|
}
|
|
3638
3926
|
},
|
|
@@ -3650,11 +3938,13 @@
|
|
|
3650
3938
|
"parameters": {
|
|
3651
3939
|
"id": {
|
|
3652
3940
|
"in": "path",
|
|
3653
|
-
"required": true
|
|
3941
|
+
"required": true,
|
|
3942
|
+
"type": "string"
|
|
3654
3943
|
},
|
|
3655
3944
|
"uri": {
|
|
3656
3945
|
"in": "path",
|
|
3657
|
-
"required": true
|
|
3946
|
+
"required": true,
|
|
3947
|
+
"type": "string"
|
|
3658
3948
|
},
|
|
3659
3949
|
"log": {
|
|
3660
3950
|
"in": "body",
|
|
@@ -3677,11 +3967,13 @@
|
|
|
3677
3967
|
"parameters": {
|
|
3678
3968
|
"id": {
|
|
3679
3969
|
"in": "path",
|
|
3680
|
-
"required": true
|
|
3970
|
+
"required": true,
|
|
3971
|
+
"type": "string"
|
|
3681
3972
|
},
|
|
3682
3973
|
"uri": {
|
|
3683
3974
|
"in": "path",
|
|
3684
|
-
"required": true
|
|
3975
|
+
"required": true,
|
|
3976
|
+
"type": "string"
|
|
3685
3977
|
}
|
|
3686
3978
|
}
|
|
3687
3979
|
},
|
|
@@ -3827,10 +4119,12 @@
|
|
|
3827
4119
|
"scopes": [],
|
|
3828
4120
|
"parameters": {
|
|
3829
4121
|
"event": {
|
|
3830
|
-
"in": "path"
|
|
4122
|
+
"in": "path",
|
|
4123
|
+
"type": "string"
|
|
3831
4124
|
},
|
|
3832
4125
|
"tag": {
|
|
3833
|
-
"in": "query"
|
|
4126
|
+
"in": "query",
|
|
4127
|
+
"type": "string"
|
|
3834
4128
|
}
|
|
3835
4129
|
}
|
|
3836
4130
|
},
|
|
@@ -3848,7 +4142,8 @@
|
|
|
3848
4142
|
"parameters": {
|
|
3849
4143
|
"id": {
|
|
3850
4144
|
"in": "path",
|
|
3851
|
-
"required": true
|
|
4145
|
+
"required": true,
|
|
4146
|
+
"type": "string"
|
|
3852
4147
|
}
|
|
3853
4148
|
}
|
|
3854
4149
|
},
|
|
@@ -3866,7 +4161,8 @@
|
|
|
3866
4161
|
"parameters": {
|
|
3867
4162
|
"id": {
|
|
3868
4163
|
"in": "path",
|
|
3869
|
-
"required": true
|
|
4164
|
+
"required": true,
|
|
4165
|
+
"type": "string"
|
|
3870
4166
|
},
|
|
3871
4167
|
"variable": {
|
|
3872
4168
|
"in": "body",
|
|
@@ -3908,7 +4204,8 @@
|
|
|
3908
4204
|
"parameters": {
|
|
3909
4205
|
"id": {
|
|
3910
4206
|
"in": "path",
|
|
3911
|
-
"required": true
|
|
4207
|
+
"required": true,
|
|
4208
|
+
"type": "string"
|
|
3912
4209
|
}
|
|
3913
4210
|
}
|
|
3914
4211
|
},
|
|
@@ -4004,7 +4301,8 @@
|
|
|
4004
4301
|
"parameters": {
|
|
4005
4302
|
"id": {
|
|
4006
4303
|
"in": "path",
|
|
4007
|
-
"required": true
|
|
4304
|
+
"required": true,
|
|
4305
|
+
"type": "string"
|
|
4008
4306
|
},
|
|
4009
4307
|
"state": {
|
|
4010
4308
|
"in": "body",
|
|
@@ -4026,7 +4324,8 @@
|
|
|
4026
4324
|
"parameters": {
|
|
4027
4325
|
"id": {
|
|
4028
4326
|
"in": "path",
|
|
4029
|
-
"required": true
|
|
4327
|
+
"required": true,
|
|
4328
|
+
"type": "string"
|
|
4030
4329
|
}
|
|
4031
4330
|
}
|
|
4032
4331
|
},
|
|
@@ -4044,7 +4343,8 @@
|
|
|
4044
4343
|
"parameters": {
|
|
4045
4344
|
"id": {
|
|
4046
4345
|
"in": "path",
|
|
4047
|
-
"required": true
|
|
4346
|
+
"required": true,
|
|
4347
|
+
"type": "string"
|
|
4048
4348
|
},
|
|
4049
4349
|
"mood": {
|
|
4050
4350
|
"in": "body",
|
|
@@ -4086,7 +4386,8 @@
|
|
|
4086
4386
|
"parameters": {
|
|
4087
4387
|
"id": {
|
|
4088
4388
|
"in": "path",
|
|
4089
|
-
"required": true
|
|
4389
|
+
"required": true,
|
|
4390
|
+
"type": "string"
|
|
4090
4391
|
}
|
|
4091
4392
|
}
|
|
4092
4393
|
},
|
|
@@ -4215,7 +4516,8 @@
|
|
|
4215
4516
|
"parameters": {
|
|
4216
4517
|
"id": {
|
|
4217
4518
|
"in": "path",
|
|
4218
|
-
"required": true
|
|
4519
|
+
"required": true,
|
|
4520
|
+
"type": "string"
|
|
4219
4521
|
}
|
|
4220
4522
|
}
|
|
4221
4523
|
},
|
|
@@ -4233,7 +4535,8 @@
|
|
|
4233
4535
|
"parameters": {
|
|
4234
4536
|
"id": {
|
|
4235
4537
|
"in": "path",
|
|
4236
|
-
"required": true
|
|
4538
|
+
"required": true,
|
|
4539
|
+
"type": "string"
|
|
4237
4540
|
},
|
|
4238
4541
|
"dashboard": {
|
|
4239
4542
|
"in": "body",
|
|
@@ -4275,7 +4578,8 @@
|
|
|
4275
4578
|
"parameters": {
|
|
4276
4579
|
"id": {
|
|
4277
4580
|
"in": "path",
|
|
4278
|
-
"required": true
|
|
4581
|
+
"required": true,
|
|
4582
|
+
"type": "string"
|
|
4279
4583
|
}
|
|
4280
4584
|
}
|
|
4281
4585
|
},
|
|
@@ -4378,7 +4682,8 @@
|
|
|
4378
4682
|
"parameters": {
|
|
4379
4683
|
"uri": {
|
|
4380
4684
|
"in": "path",
|
|
4381
|
-
"required": true
|
|
4685
|
+
"required": true,
|
|
4686
|
+
"type": "string"
|
|
4382
4687
|
},
|
|
4383
4688
|
"push": {
|
|
4384
4689
|
"in": "body",
|
|
@@ -4397,7 +4702,8 @@
|
|
|
4397
4702
|
"parameters": {
|
|
4398
4703
|
"uri": {
|
|
4399
4704
|
"in": "path",
|
|
4400
|
-
"required": true
|
|
4705
|
+
"required": true,
|
|
4706
|
+
"type": "string"
|
|
4401
4707
|
},
|
|
4402
4708
|
"enabled": {
|
|
4403
4709
|
"in": "body",
|
|
@@ -4424,7 +4730,8 @@
|
|
|
4424
4730
|
],
|
|
4425
4731
|
"parameters": {
|
|
4426
4732
|
"ownerUri": {
|
|
4427
|
-
"in": "query"
|
|
4733
|
+
"in": "query",
|
|
4734
|
+
"type": "string"
|
|
4428
4735
|
}
|
|
4429
4736
|
}
|
|
4430
4737
|
},
|
|
@@ -4442,7 +4749,8 @@
|
|
|
4442
4749
|
"parameters": {
|
|
4443
4750
|
"id": {
|
|
4444
4751
|
"in": "path",
|
|
4445
|
-
"required": true
|
|
4752
|
+
"required": true,
|
|
4753
|
+
"type": "string"
|
|
4446
4754
|
}
|
|
4447
4755
|
}
|
|
4448
4756
|
},
|
|
@@ -4456,7 +4764,8 @@
|
|
|
4456
4764
|
"parameters": {
|
|
4457
4765
|
"id": {
|
|
4458
4766
|
"in": "path",
|
|
4459
|
-
"required": true
|
|
4767
|
+
"required": true,
|
|
4768
|
+
"type": "string"
|
|
4460
4769
|
}
|
|
4461
4770
|
}
|
|
4462
4771
|
},
|
|
@@ -4474,7 +4783,8 @@
|
|
|
4474
4783
|
"parameters": {
|
|
4475
4784
|
"id": {
|
|
4476
4785
|
"in": "path",
|
|
4477
|
-
"required": true
|
|
4786
|
+
"required": true,
|
|
4787
|
+
"type": "string"
|
|
4478
4788
|
}
|
|
4479
4789
|
}
|
|
4480
4790
|
},
|
|
@@ -4508,7 +4818,8 @@
|
|
|
4508
4818
|
"parameters": {
|
|
4509
4819
|
"id": {
|
|
4510
4820
|
"in": "path",
|
|
4511
|
-
"required": true
|
|
4821
|
+
"required": true,
|
|
4822
|
+
"type": "string"
|
|
4512
4823
|
},
|
|
4513
4824
|
"value": {
|
|
4514
4825
|
"in": "body"
|
|
@@ -4541,7 +4852,8 @@
|
|
|
4541
4852
|
"parameters": {
|
|
4542
4853
|
"id": {
|
|
4543
4854
|
"in": "path",
|
|
4544
|
-
"required": true
|
|
4855
|
+
"required": true,
|
|
4856
|
+
"type": "string"
|
|
4545
4857
|
}
|
|
4546
4858
|
}
|
|
4547
4859
|
},
|
|
@@ -4555,7 +4867,8 @@
|
|
|
4555
4867
|
"parameters": {
|
|
4556
4868
|
"id": {
|
|
4557
4869
|
"in": "path",
|
|
4558
|
-
"required": true
|
|
4870
|
+
"required": true,
|
|
4871
|
+
"type": "string"
|
|
4559
4872
|
},
|
|
4560
4873
|
"value": {
|
|
4561
4874
|
"in": "body"
|
|
@@ -4588,140 +4901,10 @@
|
|
|
4588
4901
|
"parameters": {
|
|
4589
4902
|
"id": {
|
|
4590
4903
|
"in": "path",
|
|
4591
|
-
"required": true
|
|
4592
|
-
|
|
4593
|
-
}
|
|
4594
|
-
}
|
|
4595
|
-
}
|
|
4596
|
-
},
|
|
4597
|
-
"ManagerReminder": {
|
|
4598
|
-
"id": "reminder",
|
|
4599
|
-
"idCamelCase": "reminder",
|
|
4600
|
-
"private": false,
|
|
4601
|
-
"items": {
|
|
4602
|
-
"Reminder": {
|
|
4603
|
-
"id": "reminder",
|
|
4604
|
-
"type": "id",
|
|
4605
|
-
"schema": {
|
|
4606
|
-
"type": "object",
|
|
4607
|
-
"properties": {
|
|
4608
|
-
"id": {
|
|
4609
|
-
"x-homey-readonly": true,
|
|
4610
|
-
"type": "string"
|
|
4611
|
-
},
|
|
4612
|
-
"name": {
|
|
4613
|
-
"type": "string"
|
|
4614
|
-
},
|
|
4615
|
-
"date": {
|
|
4616
|
-
"type": "date"
|
|
4617
|
-
},
|
|
4618
|
-
"trigger": {
|
|
4619
|
-
"type": "string"
|
|
4620
|
-
},
|
|
4621
|
-
"action": {
|
|
4622
|
-
"type": "string"
|
|
4623
|
-
}
|
|
4624
|
-
},
|
|
4625
|
-
"x-realtime-bindings": {
|
|
4626
|
-
"read": "getReminder",
|
|
4627
|
-
"create": "reminder.create",
|
|
4628
|
-
"update": "reminder.update",
|
|
4629
|
-
"delete": "reminder.delete"
|
|
4630
|
-
}
|
|
4631
|
-
}
|
|
4632
|
-
}
|
|
4633
|
-
},
|
|
4634
|
-
"operations": {
|
|
4635
|
-
"deleteReminder": {
|
|
4636
|
-
"method": "DELETE",
|
|
4637
|
-
"path": "/reminder/:id",
|
|
4638
|
-
"private": false,
|
|
4639
|
-
"scopes": [
|
|
4640
|
-
"homey.reminder"
|
|
4641
|
-
],
|
|
4642
|
-
"crud": {
|
|
4643
|
-
"type": "deleteOne",
|
|
4644
|
-
"item": "Reminder"
|
|
4645
|
-
},
|
|
4646
|
-
"parameters": {
|
|
4647
|
-
"id": {
|
|
4648
|
-
"in": "path",
|
|
4649
|
-
"required": true
|
|
4650
|
-
}
|
|
4651
|
-
}
|
|
4652
|
-
},
|
|
4653
|
-
"updateReminder": {
|
|
4654
|
-
"method": "PUT",
|
|
4655
|
-
"path": "/reminder/:id",
|
|
4656
|
-
"private": false,
|
|
4657
|
-
"scopes": [
|
|
4658
|
-
"homey.reminder"
|
|
4659
|
-
],
|
|
4660
|
-
"crud": {
|
|
4661
|
-
"type": "updateOne",
|
|
4662
|
-
"item": "Reminder"
|
|
4663
|
-
},
|
|
4664
|
-
"parameters": {
|
|
4665
|
-
"id": {
|
|
4666
|
-
"in": "path",
|
|
4667
|
-
"required": true
|
|
4668
|
-
},
|
|
4669
|
-
"reminder": {
|
|
4670
|
-
"in": "body",
|
|
4671
|
-
"root": true,
|
|
4672
|
-
"required": true
|
|
4673
|
-
}
|
|
4674
|
-
}
|
|
4675
|
-
},
|
|
4676
|
-
"createReminder": {
|
|
4677
|
-
"method": "POST",
|
|
4678
|
-
"path": "/reminder",
|
|
4679
|
-
"private": false,
|
|
4680
|
-
"scopes": [
|
|
4681
|
-
"homey.reminder"
|
|
4682
|
-
],
|
|
4683
|
-
"crud": {
|
|
4684
|
-
"type": "createOne",
|
|
4685
|
-
"item": "Reminder"
|
|
4686
|
-
},
|
|
4687
|
-
"parameters": {
|
|
4688
|
-
"reminder": {
|
|
4689
|
-
"in": "body",
|
|
4690
|
-
"root": true,
|
|
4691
|
-
"required": true
|
|
4692
|
-
}
|
|
4693
|
-
}
|
|
4694
|
-
},
|
|
4695
|
-
"getReminder": {
|
|
4696
|
-
"method": "GET",
|
|
4697
|
-
"path": "/reminder/:id",
|
|
4698
|
-
"private": false,
|
|
4699
|
-
"scopes": [
|
|
4700
|
-
"homey.reminder.readonly"
|
|
4701
|
-
],
|
|
4702
|
-
"crud": {
|
|
4703
|
-
"type": "getOne",
|
|
4704
|
-
"item": "Reminder"
|
|
4705
|
-
},
|
|
4706
|
-
"parameters": {
|
|
4707
|
-
"id": {
|
|
4708
|
-
"in": "path",
|
|
4709
|
-
"required": true
|
|
4904
|
+
"required": true,
|
|
4905
|
+
"type": "string"
|
|
4710
4906
|
}
|
|
4711
4907
|
}
|
|
4712
|
-
},
|
|
4713
|
-
"getReminders": {
|
|
4714
|
-
"method": "GET",
|
|
4715
|
-
"path": "/reminder",
|
|
4716
|
-
"private": false,
|
|
4717
|
-
"scopes": [
|
|
4718
|
-
"homey.reminder.readonly"
|
|
4719
|
-
],
|
|
4720
|
-
"crud": {
|
|
4721
|
-
"type": "getAll",
|
|
4722
|
-
"item": "Reminder"
|
|
4723
|
-
},
|
|
4724
|
-
"parameters": {}
|
|
4725
4908
|
}
|
|
4726
4909
|
}
|
|
4727
4910
|
},
|
|
@@ -4749,7 +4932,8 @@
|
|
|
4749
4932
|
"parameters": {
|
|
4750
4933
|
"id": {
|
|
4751
4934
|
"in": "path",
|
|
4752
|
-
"required": true
|
|
4935
|
+
"required": true,
|
|
4936
|
+
"type": "string"
|
|
4753
4937
|
}
|
|
4754
4938
|
}
|
|
4755
4939
|
}
|
|
@@ -4787,7 +4971,8 @@
|
|
|
4787
4971
|
],
|
|
4788
4972
|
"parameters": {
|
|
4789
4973
|
"frequency": {
|
|
4790
|
-
"in": "path"
|
|
4974
|
+
"in": "path",
|
|
4975
|
+
"type": "string"
|
|
4791
4976
|
},
|
|
4792
4977
|
"data": {
|
|
4793
4978
|
"in": "body",
|
|
@@ -4896,7 +5081,8 @@
|
|
|
4896
5081
|
"parameters": {
|
|
4897
5082
|
"id": {
|
|
4898
5083
|
"in": "path",
|
|
4899
|
-
"required": true
|
|
5084
|
+
"required": true,
|
|
5085
|
+
"type": "string"
|
|
4900
5086
|
}
|
|
4901
5087
|
}
|
|
4902
5088
|
},
|
|
@@ -4922,137 +5108,6 @@
|
|
|
4922
5108
|
}
|
|
4923
5109
|
}
|
|
4924
5110
|
},
|
|
4925
|
-
"ManagerSpeechInput": {
|
|
4926
|
-
"id": "speech-input",
|
|
4927
|
-
"idCamelCase": "speechInput",
|
|
4928
|
-
"private": false,
|
|
4929
|
-
"operations": {
|
|
4930
|
-
"getSpeechAgents": {
|
|
4931
|
-
"method": "GET",
|
|
4932
|
-
"path": "/speechagent",
|
|
4933
|
-
"private": false,
|
|
4934
|
-
"scopes": [
|
|
4935
|
-
"homey.speech"
|
|
4936
|
-
],
|
|
4937
|
-
"parameters": {}
|
|
4938
|
-
},
|
|
4939
|
-
"getHistory": {
|
|
4940
|
-
"method": "GET",
|
|
4941
|
-
"path": "/history/",
|
|
4942
|
-
"private": false,
|
|
4943
|
-
"scopes": [
|
|
4944
|
-
"homey.speech"
|
|
4945
|
-
],
|
|
4946
|
-
"parameters": {}
|
|
4947
|
-
},
|
|
4948
|
-
"confirm": {
|
|
4949
|
-
"method": "POST",
|
|
4950
|
-
"path": "/confirm/",
|
|
4951
|
-
"private": false,
|
|
4952
|
-
"scopes": [
|
|
4953
|
-
"homey.speech"
|
|
4954
|
-
],
|
|
4955
|
-
"parameters": {
|
|
4956
|
-
"timeout": {
|
|
4957
|
-
"in": "body",
|
|
4958
|
-
"type": "number"
|
|
4959
|
-
},
|
|
4960
|
-
"session": {
|
|
4961
|
-
"in": "body",
|
|
4962
|
-
"type": "string"
|
|
4963
|
-
},
|
|
4964
|
-
"text": {
|
|
4965
|
-
"in": "body",
|
|
4966
|
-
"type": "string",
|
|
4967
|
-
"required": true
|
|
4968
|
-
}
|
|
4969
|
-
}
|
|
4970
|
-
},
|
|
4971
|
-
"askResponse": {
|
|
4972
|
-
"method": "POST",
|
|
4973
|
-
"path": "/ask/:session",
|
|
4974
|
-
"private": false,
|
|
4975
|
-
"scopes": [
|
|
4976
|
-
"homey.speech"
|
|
4977
|
-
],
|
|
4978
|
-
"parameters": {
|
|
4979
|
-
"session": {
|
|
4980
|
-
"in": "path",
|
|
4981
|
-
"required": true
|
|
4982
|
-
},
|
|
4983
|
-
"transcript": {
|
|
4984
|
-
"in": "body",
|
|
4985
|
-
"type": "string"
|
|
4986
|
-
}
|
|
4987
|
-
}
|
|
4988
|
-
},
|
|
4989
|
-
"ask": {
|
|
4990
|
-
"method": "POST",
|
|
4991
|
-
"path": "/ask",
|
|
4992
|
-
"private": false,
|
|
4993
|
-
"scopes": [
|
|
4994
|
-
"homey.speech"
|
|
4995
|
-
],
|
|
4996
|
-
"parameters": {
|
|
4997
|
-
"timeout": {
|
|
4998
|
-
"in": "body",
|
|
4999
|
-
"type": "number"
|
|
5000
|
-
},
|
|
5001
|
-
"synthesize": {
|
|
5002
|
-
"in": "body",
|
|
5003
|
-
"type": "boolean"
|
|
5004
|
-
},
|
|
5005
|
-
"session": {
|
|
5006
|
-
"in": "body",
|
|
5007
|
-
"type": "string"
|
|
5008
|
-
},
|
|
5009
|
-
"text": {
|
|
5010
|
-
"in": "body",
|
|
5011
|
-
"type": "string",
|
|
5012
|
-
"required": true
|
|
5013
|
-
}
|
|
5014
|
-
}
|
|
5015
|
-
},
|
|
5016
|
-
"parseSpeech": {
|
|
5017
|
-
"method": "POST",
|
|
5018
|
-
"path": "/",
|
|
5019
|
-
"private": false,
|
|
5020
|
-
"scopes": [
|
|
5021
|
-
"homey.speech"
|
|
5022
|
-
],
|
|
5023
|
-
"parameters": {
|
|
5024
|
-
"waitForAnswer": {
|
|
5025
|
-
"in": "body",
|
|
5026
|
-
"type": [
|
|
5027
|
-
"number",
|
|
5028
|
-
"boolean"
|
|
5029
|
-
]
|
|
5030
|
-
},
|
|
5031
|
-
"words": {
|
|
5032
|
-
"in": "body",
|
|
5033
|
-
"type": "array"
|
|
5034
|
-
},
|
|
5035
|
-
"synthesize": {
|
|
5036
|
-
"in": "body",
|
|
5037
|
-
"type": "boolean"
|
|
5038
|
-
},
|
|
5039
|
-
"session": {
|
|
5040
|
-
"in": "body",
|
|
5041
|
-
"type": "string"
|
|
5042
|
-
},
|
|
5043
|
-
"confidence": {
|
|
5044
|
-
"in": "body",
|
|
5045
|
-
"type": "number"
|
|
5046
|
-
},
|
|
5047
|
-
"transcript": {
|
|
5048
|
-
"in": "body",
|
|
5049
|
-
"type": "string",
|
|
5050
|
-
"required": true
|
|
5051
|
-
}
|
|
5052
|
-
}
|
|
5053
|
-
}
|
|
5054
|
-
}
|
|
5055
|
-
},
|
|
5056
5111
|
"ManagerSpeechOutput": {
|
|
5057
5112
|
"id": "speech-output",
|
|
5058
5113
|
"idCamelCase": "speechOutput",
|
|
@@ -5165,7 +5220,8 @@
|
|
|
5165
5220
|
"parameters": {
|
|
5166
5221
|
"id": {
|
|
5167
5222
|
"in": "path",
|
|
5168
|
-
"required": true
|
|
5223
|
+
"required": true,
|
|
5224
|
+
"type": "string"
|
|
5169
5225
|
}
|
|
5170
5226
|
}
|
|
5171
5227
|
},
|
|
@@ -5179,7 +5235,8 @@
|
|
|
5179
5235
|
"parameters": {
|
|
5180
5236
|
"id": {
|
|
5181
5237
|
"in": "path",
|
|
5182
|
-
"required": true
|
|
5238
|
+
"required": true,
|
|
5239
|
+
"type": "string"
|
|
5183
5240
|
}
|
|
5184
5241
|
}
|
|
5185
5242
|
},
|
|
@@ -5212,7 +5269,8 @@
|
|
|
5212
5269
|
"parameters": {
|
|
5213
5270
|
"id": {
|
|
5214
5271
|
"in": "path",
|
|
5215
|
-
"required": true
|
|
5272
|
+
"required": true,
|
|
5273
|
+
"type": "string"
|
|
5216
5274
|
}
|
|
5217
5275
|
}
|
|
5218
5276
|
},
|
|
@@ -5273,7 +5331,8 @@
|
|
|
5273
5331
|
"parameters": {
|
|
5274
5332
|
"mask": {
|
|
5275
5333
|
"in": "path",
|
|
5276
|
-
"required": true
|
|
5334
|
+
"required": true,
|
|
5335
|
+
"type": "string"
|
|
5277
5336
|
}
|
|
5278
5337
|
}
|
|
5279
5338
|
},
|
|
@@ -5284,10 +5343,20 @@
|
|
|
5284
5343
|
"scopes": [],
|
|
5285
5344
|
"parameters": {
|
|
5286
5345
|
"id": {
|
|
5287
|
-
"in": "query"
|
|
5346
|
+
"in": "query",
|
|
5347
|
+
"type": "string"
|
|
5288
5348
|
}
|
|
5289
5349
|
}
|
|
5290
5350
|
},
|
|
5351
|
+
"rebootRecovery": {
|
|
5352
|
+
"method": "POST",
|
|
5353
|
+
"path": "/rebootrecovery",
|
|
5354
|
+
"private": false,
|
|
5355
|
+
"scopes": [
|
|
5356
|
+
"homey.system"
|
|
5357
|
+
],
|
|
5358
|
+
"parameters": {}
|
|
5359
|
+
},
|
|
5291
5360
|
"reboot": {
|
|
5292
5361
|
"method": "POST",
|
|
5293
5362
|
"path": "/reboot",
|
|
@@ -5543,10 +5612,12 @@
|
|
|
5543
5612
|
],
|
|
5544
5613
|
"parameters": {
|
|
5545
5614
|
"flags": {
|
|
5546
|
-
"in": "query"
|
|
5615
|
+
"in": "query",
|
|
5616
|
+
"type": "string"
|
|
5547
5617
|
},
|
|
5548
5618
|
"cache": {
|
|
5549
|
-
"in": "query"
|
|
5619
|
+
"in": "query",
|
|
5620
|
+
"type": "string"
|
|
5550
5621
|
}
|
|
5551
5622
|
}
|
|
5552
5623
|
},
|
|
@@ -5560,7 +5631,8 @@
|
|
|
5560
5631
|
"parameters": {
|
|
5561
5632
|
"id": {
|
|
5562
5633
|
"in": "path",
|
|
5563
|
-
"required": true
|
|
5634
|
+
"required": true,
|
|
5635
|
+
"type": "string"
|
|
5564
5636
|
}
|
|
5565
5637
|
}
|
|
5566
5638
|
},
|
|
@@ -5667,7 +5739,8 @@
|
|
|
5667
5739
|
"parameters": {
|
|
5668
5740
|
"id": {
|
|
5669
5741
|
"in": "path",
|
|
5670
|
-
"required": true
|
|
5742
|
+
"required": true,
|
|
5743
|
+
"type": "string"
|
|
5671
5744
|
}
|
|
5672
5745
|
}
|
|
5673
5746
|
},
|
|
@@ -5681,7 +5754,8 @@
|
|
|
5681
5754
|
"parameters": {
|
|
5682
5755
|
"id": {
|
|
5683
5756
|
"in": "path",
|
|
5684
|
-
"required": true
|
|
5757
|
+
"required": true,
|
|
5758
|
+
"type": "string"
|
|
5685
5759
|
},
|
|
5686
5760
|
"value": {
|
|
5687
5761
|
"in": "body",
|
|
@@ -5704,7 +5778,8 @@
|
|
|
5704
5778
|
"parameters": {
|
|
5705
5779
|
"id": {
|
|
5706
5780
|
"in": "path",
|
|
5707
|
-
"required": true
|
|
5781
|
+
"required": true,
|
|
5782
|
+
"type": "string"
|
|
5708
5783
|
}
|
|
5709
5784
|
}
|
|
5710
5785
|
},
|
|
@@ -5731,7 +5806,8 @@
|
|
|
5731
5806
|
"parameters": {
|
|
5732
5807
|
"id": {
|
|
5733
5808
|
"in": "path",
|
|
5734
|
-
"required": true
|
|
5809
|
+
"required": true,
|
|
5810
|
+
"type": "string"
|
|
5735
5811
|
},
|
|
5736
5812
|
"user": {
|
|
5737
5813
|
"in": "body",
|
|
@@ -5789,7 +5865,8 @@
|
|
|
5789
5865
|
"parameters": {
|
|
5790
5866
|
"id": {
|
|
5791
5867
|
"in": "path",
|
|
5792
|
-
"required": true
|
|
5868
|
+
"required": true,
|
|
5869
|
+
"type": "string"
|
|
5793
5870
|
}
|
|
5794
5871
|
}
|
|
5795
5872
|
},
|
|
@@ -5903,7 +5980,8 @@
|
|
|
5903
5980
|
"parameters": {
|
|
5904
5981
|
"id": {
|
|
5905
5982
|
"in": "path",
|
|
5906
|
-
"required": true
|
|
5983
|
+
"required": true,
|
|
5984
|
+
"type": "string"
|
|
5907
5985
|
}
|
|
5908
5986
|
}
|
|
5909
5987
|
},
|
|
@@ -5921,7 +5999,8 @@
|
|
|
5921
5999
|
"parameters": {
|
|
5922
6000
|
"id": {
|
|
5923
6001
|
"in": "path",
|
|
5924
|
-
"required": true
|
|
6002
|
+
"required": true,
|
|
6003
|
+
"type": "string"
|
|
5925
6004
|
},
|
|
5926
6005
|
"zone": {
|
|
5927
6006
|
"in": "body",
|
|
@@ -5963,7 +6042,8 @@
|
|
|
5963
6042
|
"parameters": {
|
|
5964
6043
|
"id": {
|
|
5965
6044
|
"in": "path",
|
|
5966
|
-
"required": true
|
|
6045
|
+
"required": true,
|
|
6046
|
+
"type": "string"
|
|
5967
6047
|
}
|
|
5968
6048
|
}
|
|
5969
6049
|
},
|