@voyant-travel/openapi 0.3.0 → 0.4.0
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/package.json +3 -3
- package/spec/admin/accommodations.json +54 -6
- package/spec/admin/action-ledger.json +94 -11
- package/spec/admin/booking-requirements.json +326 -40
- package/spec/admin/bookings.json +550 -68
- package/spec/admin/catalog.json +14 -1
- package/spec/admin/distribution.json +974 -121
- package/spec/admin/external-refs.json +62 -7
- package/spec/admin/extras.json +158 -19
- package/spec/admin/finance.json +1230 -153
- package/spec/admin/identity.json +90 -21
- package/spec/admin/legal.json +550 -68
- package/spec/admin/markets.json +302 -37
- package/spec/admin/notifications.json +294 -36
- package/spec/admin/operations.json +2112 -291
- package/spec/admin/operator-settings.json +70 -8
- package/spec/admin/pricing.json +566 -70
- package/spec/admin/products.json +1286 -160
- package/spec/admin/promotions.json +54 -6
- package/spec/admin/quotes.json +342 -42
- package/spec/admin/relationships.json +686 -85
- package/spec/admin/sellability.json +246 -30
- package/spec/admin/storefront.json +22 -2
- package/spec/admin/suppliers.json +278 -34
- package/spec/admin/trips.json +198 -24
- package/spec/framework-admin.json +10472 -1392
- package/spec/framework-openapi.json +11510 -1695
- package/spec/framework-storefront.json +846 -105
- package/spec/storefront/booking-requirements.json +14 -1
- package/spec/storefront/bookings.json +86 -10
- package/spec/storefront/catalog.json +14 -1
- package/spec/storefront/customer-portal.json +158 -19
- package/spec/storefront/finance.json +102 -12
- package/spec/storefront/legal.json +94 -11
- package/spec/storefront/markets.json +14 -1
- package/spec/storefront/operator-settings.json +22 -2
- package/spec/storefront/pricing.json +14 -1
- package/spec/storefront/products.json +62 -7
- package/spec/storefront/storefront-verification.json +38 -4
- package/spec/storefront/storefront.json +102 -12
- package/spec/storefront/trips.json +198 -24
|
@@ -5,6 +5,12 @@
|
|
|
5
5
|
"version": "0.0.0",
|
|
6
6
|
"description": "Generated from the Voyant framework's standard module composition. Do not edit by hand."
|
|
7
7
|
},
|
|
8
|
+
"servers": [
|
|
9
|
+
{
|
|
10
|
+
"url": "/",
|
|
11
|
+
"description": "This deployment (same origin)"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
8
14
|
"components": {
|
|
9
15
|
"schemas": {
|
|
10
16
|
"CatalogSearchFilter": {
|
|
@@ -250,7 +256,14 @@
|
|
|
250
256
|
}
|
|
251
257
|
}
|
|
252
258
|
}
|
|
253
|
-
}
|
|
259
|
+
},
|
|
260
|
+
"operationId": "getAdminOperationsAvailabilityAggregates",
|
|
261
|
+
"summary": "GET /v1/admin/operations/availability/aggregates",
|
|
262
|
+
"tags": [
|
|
263
|
+
"operations"
|
|
264
|
+
],
|
|
265
|
+
"x-voyant-module": "operations",
|
|
266
|
+
"x-voyant-surface": "admin"
|
|
254
267
|
}
|
|
255
268
|
},
|
|
256
269
|
"/v1/admin/operations/availability/overview": {
|
|
@@ -505,7 +518,14 @@
|
|
|
505
518
|
}
|
|
506
519
|
}
|
|
507
520
|
}
|
|
508
|
-
}
|
|
521
|
+
},
|
|
522
|
+
"operationId": "getAdminOperationsAvailabilityOverview",
|
|
523
|
+
"summary": "GET /v1/admin/operations/availability/overview",
|
|
524
|
+
"tags": [
|
|
525
|
+
"operations"
|
|
526
|
+
],
|
|
527
|
+
"x-voyant-module": "operations",
|
|
528
|
+
"x-voyant-surface": "admin"
|
|
509
529
|
}
|
|
510
530
|
},
|
|
511
531
|
"/v1/admin/operations/availability/rules": {
|
|
@@ -692,7 +712,14 @@
|
|
|
692
712
|
}
|
|
693
713
|
}
|
|
694
714
|
}
|
|
695
|
-
}
|
|
715
|
+
},
|
|
716
|
+
"operationId": "getAdminOperationsAvailabilityRules",
|
|
717
|
+
"summary": "GET /v1/admin/operations/availability/rules",
|
|
718
|
+
"tags": [
|
|
719
|
+
"operations"
|
|
720
|
+
],
|
|
721
|
+
"x-voyant-module": "operations",
|
|
722
|
+
"x-voyant-surface": "admin"
|
|
696
723
|
},
|
|
697
724
|
"post": {
|
|
698
725
|
"requestBody": {
|
|
@@ -887,7 +914,14 @@
|
|
|
887
914
|
}
|
|
888
915
|
}
|
|
889
916
|
}
|
|
890
|
-
}
|
|
917
|
+
},
|
|
918
|
+
"operationId": "postAdminOperationsAvailabilityRules",
|
|
919
|
+
"summary": "POST /v1/admin/operations/availability/rules",
|
|
920
|
+
"tags": [
|
|
921
|
+
"operations"
|
|
922
|
+
],
|
|
923
|
+
"x-voyant-module": "operations",
|
|
924
|
+
"x-voyant-surface": "admin"
|
|
891
925
|
}
|
|
892
926
|
},
|
|
893
927
|
"/v1/admin/operations/availability/rules/batch-update": {
|
|
@@ -1125,7 +1159,14 @@
|
|
|
1125
1159
|
}
|
|
1126
1160
|
}
|
|
1127
1161
|
}
|
|
1128
|
-
}
|
|
1162
|
+
},
|
|
1163
|
+
"operationId": "postAdminOperationsAvailabilityRulesBatchUpdate",
|
|
1164
|
+
"summary": "POST /v1/admin/operations/availability/rules/batch-update",
|
|
1165
|
+
"tags": [
|
|
1166
|
+
"operations"
|
|
1167
|
+
],
|
|
1168
|
+
"x-voyant-module": "operations",
|
|
1169
|
+
"x-voyant-surface": "admin"
|
|
1129
1170
|
}
|
|
1130
1171
|
},
|
|
1131
1172
|
"/v1/admin/operations/availability/rules/batch-delete": {
|
|
@@ -1220,7 +1261,14 @@
|
|
|
1220
1261
|
}
|
|
1221
1262
|
}
|
|
1222
1263
|
}
|
|
1223
|
-
}
|
|
1264
|
+
},
|
|
1265
|
+
"operationId": "postAdminOperationsAvailabilityRulesBatchDelete",
|
|
1266
|
+
"summary": "POST /v1/admin/operations/availability/rules/batch-delete",
|
|
1267
|
+
"tags": [
|
|
1268
|
+
"operations"
|
|
1269
|
+
],
|
|
1270
|
+
"x-voyant-module": "operations",
|
|
1271
|
+
"x-voyant-surface": "admin"
|
|
1224
1272
|
}
|
|
1225
1273
|
},
|
|
1226
1274
|
"/v1/admin/operations/availability/rules/{id}": {
|
|
@@ -1350,7 +1398,14 @@
|
|
|
1350
1398
|
}
|
|
1351
1399
|
}
|
|
1352
1400
|
}
|
|
1353
|
-
}
|
|
1401
|
+
},
|
|
1402
|
+
"operationId": "getAdminOperationsAvailabilityRulesById",
|
|
1403
|
+
"summary": "GET /v1/admin/operations/availability/rules/{id}",
|
|
1404
|
+
"tags": [
|
|
1405
|
+
"operations"
|
|
1406
|
+
],
|
|
1407
|
+
"x-voyant-module": "operations",
|
|
1408
|
+
"x-voyant-surface": "admin"
|
|
1354
1409
|
},
|
|
1355
1410
|
"patch": {
|
|
1356
1411
|
"parameters": [
|
|
@@ -1567,7 +1622,14 @@
|
|
|
1567
1622
|
}
|
|
1568
1623
|
}
|
|
1569
1624
|
}
|
|
1570
|
-
}
|
|
1625
|
+
},
|
|
1626
|
+
"operationId": "patchAdminOperationsAvailabilityRulesById",
|
|
1627
|
+
"summary": "PATCH /v1/admin/operations/availability/rules/{id}",
|
|
1628
|
+
"tags": [
|
|
1629
|
+
"operations"
|
|
1630
|
+
],
|
|
1631
|
+
"x-voyant-module": "operations",
|
|
1632
|
+
"x-voyant-surface": "admin"
|
|
1571
1633
|
},
|
|
1572
1634
|
"delete": {
|
|
1573
1635
|
"parameters": [
|
|
@@ -1620,7 +1682,14 @@
|
|
|
1620
1682
|
}
|
|
1621
1683
|
}
|
|
1622
1684
|
}
|
|
1623
|
-
}
|
|
1685
|
+
},
|
|
1686
|
+
"operationId": "deleteAdminOperationsAvailabilityRulesById",
|
|
1687
|
+
"summary": "DELETE /v1/admin/operations/availability/rules/{id}",
|
|
1688
|
+
"tags": [
|
|
1689
|
+
"operations"
|
|
1690
|
+
],
|
|
1691
|
+
"x-voyant-module": "operations",
|
|
1692
|
+
"x-voyant-surface": "admin"
|
|
1624
1693
|
}
|
|
1625
1694
|
},
|
|
1626
1695
|
"/v1/admin/operations/availability/start-times": {
|
|
@@ -1789,7 +1858,14 @@
|
|
|
1789
1858
|
}
|
|
1790
1859
|
}
|
|
1791
1860
|
}
|
|
1792
|
-
}
|
|
1861
|
+
},
|
|
1862
|
+
"operationId": "getAdminOperationsAvailabilityStartTimes",
|
|
1863
|
+
"summary": "GET /v1/admin/operations/availability/start-times",
|
|
1864
|
+
"tags": [
|
|
1865
|
+
"operations"
|
|
1866
|
+
],
|
|
1867
|
+
"x-voyant-module": "operations",
|
|
1868
|
+
"x-voyant-surface": "admin"
|
|
1793
1869
|
},
|
|
1794
1870
|
"post": {
|
|
1795
1871
|
"requestBody": {
|
|
@@ -1945,7 +2021,14 @@
|
|
|
1945
2021
|
}
|
|
1946
2022
|
}
|
|
1947
2023
|
}
|
|
1948
|
-
}
|
|
2024
|
+
},
|
|
2025
|
+
"operationId": "postAdminOperationsAvailabilityStartTimes",
|
|
2026
|
+
"summary": "POST /v1/admin/operations/availability/start-times",
|
|
2027
|
+
"tags": [
|
|
2028
|
+
"operations"
|
|
2029
|
+
],
|
|
2030
|
+
"x-voyant-module": "operations",
|
|
2031
|
+
"x-voyant-surface": "admin"
|
|
1949
2032
|
}
|
|
1950
2033
|
},
|
|
1951
2034
|
"/v1/admin/operations/availability/start-times/batch-update": {
|
|
@@ -2146,7 +2229,14 @@
|
|
|
2146
2229
|
}
|
|
2147
2230
|
}
|
|
2148
2231
|
}
|
|
2149
|
-
}
|
|
2232
|
+
},
|
|
2233
|
+
"operationId": "postAdminOperationsAvailabilityStartTimesBatchUpdate",
|
|
2234
|
+
"summary": "POST /v1/admin/operations/availability/start-times/batch-update",
|
|
2235
|
+
"tags": [
|
|
2236
|
+
"operations"
|
|
2237
|
+
],
|
|
2238
|
+
"x-voyant-module": "operations",
|
|
2239
|
+
"x-voyant-surface": "admin"
|
|
2150
2240
|
}
|
|
2151
2241
|
},
|
|
2152
2242
|
"/v1/admin/operations/availability/start-times/batch-delete": {
|
|
@@ -2241,7 +2331,14 @@
|
|
|
2241
2331
|
}
|
|
2242
2332
|
}
|
|
2243
2333
|
}
|
|
2244
|
-
}
|
|
2334
|
+
},
|
|
2335
|
+
"operationId": "postAdminOperationsAvailabilityStartTimesBatchDelete",
|
|
2336
|
+
"summary": "POST /v1/admin/operations/availability/start-times/batch-delete",
|
|
2337
|
+
"tags": [
|
|
2338
|
+
"operations"
|
|
2339
|
+
],
|
|
2340
|
+
"x-voyant-module": "operations",
|
|
2341
|
+
"x-voyant-surface": "admin"
|
|
2245
2342
|
}
|
|
2246
2343
|
},
|
|
2247
2344
|
"/v1/admin/operations/availability/start-times/{id}": {
|
|
@@ -2353,7 +2450,14 @@
|
|
|
2353
2450
|
}
|
|
2354
2451
|
}
|
|
2355
2452
|
}
|
|
2356
|
-
}
|
|
2453
|
+
},
|
|
2454
|
+
"operationId": "getAdminOperationsAvailabilityStartTimesById",
|
|
2455
|
+
"summary": "GET /v1/admin/operations/availability/start-times/{id}",
|
|
2456
|
+
"tags": [
|
|
2457
|
+
"operations"
|
|
2458
|
+
],
|
|
2459
|
+
"x-voyant-module": "operations",
|
|
2460
|
+
"x-voyant-surface": "admin"
|
|
2357
2461
|
},
|
|
2358
2462
|
"patch": {
|
|
2359
2463
|
"parameters": [
|
|
@@ -2533,7 +2637,14 @@
|
|
|
2533
2637
|
}
|
|
2534
2638
|
}
|
|
2535
2639
|
}
|
|
2536
|
-
}
|
|
2640
|
+
},
|
|
2641
|
+
"operationId": "patchAdminOperationsAvailabilityStartTimesById",
|
|
2642
|
+
"summary": "PATCH /v1/admin/operations/availability/start-times/{id}",
|
|
2643
|
+
"tags": [
|
|
2644
|
+
"operations"
|
|
2645
|
+
],
|
|
2646
|
+
"x-voyant-module": "operations",
|
|
2647
|
+
"x-voyant-surface": "admin"
|
|
2537
2648
|
},
|
|
2538
2649
|
"delete": {
|
|
2539
2650
|
"parameters": [
|
|
@@ -2586,7 +2697,14 @@
|
|
|
2586
2697
|
}
|
|
2587
2698
|
}
|
|
2588
2699
|
}
|
|
2589
|
-
}
|
|
2700
|
+
},
|
|
2701
|
+
"operationId": "deleteAdminOperationsAvailabilityStartTimesById",
|
|
2702
|
+
"summary": "DELETE /v1/admin/operations/availability/start-times/{id}",
|
|
2703
|
+
"tags": [
|
|
2704
|
+
"operations"
|
|
2705
|
+
],
|
|
2706
|
+
"x-voyant-module": "operations",
|
|
2707
|
+
"x-voyant-surface": "admin"
|
|
2590
2708
|
}
|
|
2591
2709
|
},
|
|
2592
2710
|
"/v1/admin/operations/availability/slots": {
|
|
@@ -2896,7 +3014,14 @@
|
|
|
2896
3014
|
}
|
|
2897
3015
|
}
|
|
2898
3016
|
}
|
|
2899
|
-
}
|
|
3017
|
+
},
|
|
3018
|
+
"operationId": "getAdminOperationsAvailabilitySlots",
|
|
3019
|
+
"summary": "GET /v1/admin/operations/availability/slots",
|
|
3020
|
+
"tags": [
|
|
3021
|
+
"operations"
|
|
3022
|
+
],
|
|
3023
|
+
"x-voyant-module": "operations",
|
|
3024
|
+
"x-voyant-surface": "admin"
|
|
2900
3025
|
},
|
|
2901
3026
|
"post": {
|
|
2902
3027
|
"requestBody": {
|
|
@@ -3242,7 +3367,14 @@
|
|
|
3242
3367
|
}
|
|
3243
3368
|
}
|
|
3244
3369
|
}
|
|
3245
|
-
}
|
|
3370
|
+
},
|
|
3371
|
+
"operationId": "postAdminOperationsAvailabilitySlots",
|
|
3372
|
+
"summary": "POST /v1/admin/operations/availability/slots",
|
|
3373
|
+
"tags": [
|
|
3374
|
+
"operations"
|
|
3375
|
+
],
|
|
3376
|
+
"x-voyant-module": "operations",
|
|
3377
|
+
"x-voyant-surface": "admin"
|
|
3246
3378
|
}
|
|
3247
3379
|
},
|
|
3248
3380
|
"/v1/admin/operations/availability/slots/batch-update": {
|
|
@@ -3631,7 +3763,14 @@
|
|
|
3631
3763
|
}
|
|
3632
3764
|
}
|
|
3633
3765
|
}
|
|
3634
|
-
}
|
|
3766
|
+
},
|
|
3767
|
+
"operationId": "postAdminOperationsAvailabilitySlotsBatchUpdate",
|
|
3768
|
+
"summary": "POST /v1/admin/operations/availability/slots/batch-update",
|
|
3769
|
+
"tags": [
|
|
3770
|
+
"operations"
|
|
3771
|
+
],
|
|
3772
|
+
"x-voyant-module": "operations",
|
|
3773
|
+
"x-voyant-surface": "admin"
|
|
3635
3774
|
}
|
|
3636
3775
|
},
|
|
3637
3776
|
"/v1/admin/operations/availability/slots/batch-delete": {
|
|
@@ -3726,7 +3865,14 @@
|
|
|
3726
3865
|
}
|
|
3727
3866
|
}
|
|
3728
3867
|
}
|
|
3729
|
-
}
|
|
3868
|
+
},
|
|
3869
|
+
"operationId": "postAdminOperationsAvailabilitySlotsBatchDelete",
|
|
3870
|
+
"summary": "POST /v1/admin/operations/availability/slots/batch-delete",
|
|
3871
|
+
"tags": [
|
|
3872
|
+
"operations"
|
|
3873
|
+
],
|
|
3874
|
+
"x-voyant-module": "operations",
|
|
3875
|
+
"x-voyant-surface": "admin"
|
|
3730
3876
|
}
|
|
3731
3877
|
},
|
|
3732
3878
|
"/v1/admin/operations/availability/slots/{id}": {
|
|
@@ -3937,7 +4083,14 @@
|
|
|
3937
4083
|
}
|
|
3938
4084
|
}
|
|
3939
4085
|
}
|
|
3940
|
-
}
|
|
4086
|
+
},
|
|
4087
|
+
"operationId": "getAdminOperationsAvailabilitySlotsById",
|
|
4088
|
+
"summary": "GET /v1/admin/operations/availability/slots/{id}",
|
|
4089
|
+
"tags": [
|
|
4090
|
+
"operations"
|
|
4091
|
+
],
|
|
4092
|
+
"x-voyant-module": "operations",
|
|
4093
|
+
"x-voyant-surface": "admin"
|
|
3941
4094
|
},
|
|
3942
4095
|
"patch": {
|
|
3943
4096
|
"parameters": [
|
|
@@ -4305,7 +4458,14 @@
|
|
|
4305
4458
|
}
|
|
4306
4459
|
}
|
|
4307
4460
|
}
|
|
4308
|
-
}
|
|
4461
|
+
},
|
|
4462
|
+
"operationId": "patchAdminOperationsAvailabilitySlotsById",
|
|
4463
|
+
"summary": "PATCH /v1/admin/operations/availability/slots/{id}",
|
|
4464
|
+
"tags": [
|
|
4465
|
+
"operations"
|
|
4466
|
+
],
|
|
4467
|
+
"x-voyant-module": "operations",
|
|
4468
|
+
"x-voyant-surface": "admin"
|
|
4309
4469
|
},
|
|
4310
4470
|
"delete": {
|
|
4311
4471
|
"parameters": [
|
|
@@ -4358,7 +4518,14 @@
|
|
|
4358
4518
|
}
|
|
4359
4519
|
}
|
|
4360
4520
|
}
|
|
4361
|
-
}
|
|
4521
|
+
},
|
|
4522
|
+
"operationId": "deleteAdminOperationsAvailabilitySlotsById",
|
|
4523
|
+
"summary": "DELETE /v1/admin/operations/availability/slots/{id}",
|
|
4524
|
+
"tags": [
|
|
4525
|
+
"operations"
|
|
4526
|
+
],
|
|
4527
|
+
"x-voyant-module": "operations",
|
|
4528
|
+
"x-voyant-surface": "admin"
|
|
4362
4529
|
}
|
|
4363
4530
|
},
|
|
4364
4531
|
"/v1/admin/operations/availability/slots/{id}/unit-availability": {
|
|
@@ -4450,7 +4617,14 @@
|
|
|
4450
4617
|
}
|
|
4451
4618
|
}
|
|
4452
4619
|
}
|
|
4453
|
-
}
|
|
4620
|
+
},
|
|
4621
|
+
"operationId": "getAdminOperationsAvailabilitySlotsByIdUnitAvailability",
|
|
4622
|
+
"summary": "GET /v1/admin/operations/availability/slots/{id}/unit-availability",
|
|
4623
|
+
"tags": [
|
|
4624
|
+
"operations"
|
|
4625
|
+
],
|
|
4626
|
+
"x-voyant-module": "operations",
|
|
4627
|
+
"x-voyant-surface": "admin"
|
|
4454
4628
|
}
|
|
4455
4629
|
},
|
|
4456
4630
|
"/v1/admin/operations/availability/closeouts": {
|
|
@@ -4588,7 +4762,14 @@
|
|
|
4588
4762
|
}
|
|
4589
4763
|
}
|
|
4590
4764
|
}
|
|
4591
|
-
}
|
|
4765
|
+
},
|
|
4766
|
+
"operationId": "getAdminOperationsAvailabilityCloseouts",
|
|
4767
|
+
"summary": "GET /v1/admin/operations/availability/closeouts",
|
|
4768
|
+
"tags": [
|
|
4769
|
+
"operations"
|
|
4770
|
+
],
|
|
4771
|
+
"x-voyant-module": "operations",
|
|
4772
|
+
"x-voyant-surface": "admin"
|
|
4592
4773
|
},
|
|
4593
4774
|
"post": {
|
|
4594
4775
|
"requestBody": {
|
|
@@ -4710,7 +4891,14 @@
|
|
|
4710
4891
|
}
|
|
4711
4892
|
}
|
|
4712
4893
|
}
|
|
4713
|
-
}
|
|
4894
|
+
},
|
|
4895
|
+
"operationId": "postAdminOperationsAvailabilityCloseouts",
|
|
4896
|
+
"summary": "POST /v1/admin/operations/availability/closeouts",
|
|
4897
|
+
"tags": [
|
|
4898
|
+
"operations"
|
|
4899
|
+
],
|
|
4900
|
+
"x-voyant-module": "operations",
|
|
4901
|
+
"x-voyant-surface": "admin"
|
|
4714
4902
|
}
|
|
4715
4903
|
},
|
|
4716
4904
|
"/v1/admin/operations/availability/closeouts/batch-update": {
|
|
@@ -4877,7 +5065,14 @@
|
|
|
4877
5065
|
}
|
|
4878
5066
|
}
|
|
4879
5067
|
}
|
|
4880
|
-
}
|
|
5068
|
+
},
|
|
5069
|
+
"operationId": "postAdminOperationsAvailabilityCloseoutsBatchUpdate",
|
|
5070
|
+
"summary": "POST /v1/admin/operations/availability/closeouts/batch-update",
|
|
5071
|
+
"tags": [
|
|
5072
|
+
"operations"
|
|
5073
|
+
],
|
|
5074
|
+
"x-voyant-module": "operations",
|
|
5075
|
+
"x-voyant-surface": "admin"
|
|
4881
5076
|
}
|
|
4882
5077
|
},
|
|
4883
5078
|
"/v1/admin/operations/availability/closeouts/batch-delete": {
|
|
@@ -4972,7 +5167,14 @@
|
|
|
4972
5167
|
}
|
|
4973
5168
|
}
|
|
4974
5169
|
}
|
|
4975
|
-
}
|
|
5170
|
+
},
|
|
5171
|
+
"operationId": "postAdminOperationsAvailabilityCloseoutsBatchDelete",
|
|
5172
|
+
"summary": "POST /v1/admin/operations/availability/closeouts/batch-delete",
|
|
5173
|
+
"tags": [
|
|
5174
|
+
"operations"
|
|
5175
|
+
],
|
|
5176
|
+
"x-voyant-module": "operations",
|
|
5177
|
+
"x-voyant-surface": "admin"
|
|
4976
5178
|
}
|
|
4977
5179
|
},
|
|
4978
5180
|
"/v1/admin/operations/availability/closeouts/{id}": {
|
|
@@ -5065,7 +5267,14 @@
|
|
|
5065
5267
|
}
|
|
5066
5268
|
}
|
|
5067
5269
|
}
|
|
5068
|
-
}
|
|
5270
|
+
},
|
|
5271
|
+
"operationId": "getAdminOperationsAvailabilityCloseoutsById",
|
|
5272
|
+
"summary": "GET /v1/admin/operations/availability/closeouts/{id}",
|
|
5273
|
+
"tags": [
|
|
5274
|
+
"operations"
|
|
5275
|
+
],
|
|
5276
|
+
"x-voyant-module": "operations",
|
|
5277
|
+
"x-voyant-surface": "admin"
|
|
5069
5278
|
},
|
|
5070
5279
|
"patch": {
|
|
5071
5280
|
"parameters": [
|
|
@@ -5211,7 +5420,14 @@
|
|
|
5211
5420
|
}
|
|
5212
5421
|
}
|
|
5213
5422
|
}
|
|
5214
|
-
}
|
|
5423
|
+
},
|
|
5424
|
+
"operationId": "patchAdminOperationsAvailabilityCloseoutsById",
|
|
5425
|
+
"summary": "PATCH /v1/admin/operations/availability/closeouts/{id}",
|
|
5426
|
+
"tags": [
|
|
5427
|
+
"operations"
|
|
5428
|
+
],
|
|
5429
|
+
"x-voyant-module": "operations",
|
|
5430
|
+
"x-voyant-surface": "admin"
|
|
5215
5431
|
},
|
|
5216
5432
|
"delete": {
|
|
5217
5433
|
"parameters": [
|
|
@@ -5264,7 +5480,14 @@
|
|
|
5264
5480
|
}
|
|
5265
5481
|
}
|
|
5266
5482
|
}
|
|
5267
|
-
}
|
|
5483
|
+
},
|
|
5484
|
+
"operationId": "deleteAdminOperationsAvailabilityCloseoutsById",
|
|
5485
|
+
"summary": "DELETE /v1/admin/operations/availability/closeouts/{id}",
|
|
5486
|
+
"tags": [
|
|
5487
|
+
"operations"
|
|
5488
|
+
],
|
|
5489
|
+
"x-voyant-module": "operations",
|
|
5490
|
+
"x-voyant-surface": "admin"
|
|
5268
5491
|
}
|
|
5269
5492
|
},
|
|
5270
5493
|
"/v1/admin/operations/availability/slots/{id}/allocation": {
|
|
@@ -5683,7 +5906,14 @@
|
|
|
5683
5906
|
}
|
|
5684
5907
|
}
|
|
5685
5908
|
}
|
|
5686
|
-
}
|
|
5909
|
+
},
|
|
5910
|
+
"operationId": "getAdminOperationsAvailabilitySlotsByIdAllocation",
|
|
5911
|
+
"summary": "GET /v1/admin/operations/availability/slots/{id}/allocation",
|
|
5912
|
+
"tags": [
|
|
5913
|
+
"operations"
|
|
5914
|
+
],
|
|
5915
|
+
"x-voyant-module": "operations",
|
|
5916
|
+
"x-voyant-surface": "admin"
|
|
5687
5917
|
}
|
|
5688
5918
|
},
|
|
5689
5919
|
"/v1/admin/operations/availability/slots/{id}/allocation/resources": {
|
|
@@ -5876,7 +6106,14 @@
|
|
|
5876
6106
|
}
|
|
5877
6107
|
}
|
|
5878
6108
|
}
|
|
5879
|
-
}
|
|
6109
|
+
},
|
|
6110
|
+
"operationId": "postAdminOperationsAvailabilitySlotsByIdAllocationResources",
|
|
6111
|
+
"summary": "POST /v1/admin/operations/availability/slots/{id}/allocation/resources",
|
|
6112
|
+
"tags": [
|
|
6113
|
+
"operations"
|
|
6114
|
+
],
|
|
6115
|
+
"x-voyant-module": "operations",
|
|
6116
|
+
"x-voyant-surface": "admin"
|
|
5880
6117
|
}
|
|
5881
6118
|
},
|
|
5882
6119
|
"/v1/admin/operations/availability/slots/{id}/allocation/resources/{resourceId}": {
|
|
@@ -6109,7 +6346,14 @@
|
|
|
6109
6346
|
}
|
|
6110
6347
|
}
|
|
6111
6348
|
}
|
|
6112
|
-
}
|
|
6349
|
+
},
|
|
6350
|
+
"operationId": "patchAdminOperationsAvailabilitySlotsByIdAllocationResourcesByResourceId",
|
|
6351
|
+
"summary": "PATCH /v1/admin/operations/availability/slots/{id}/allocation/resources/{resourceId}",
|
|
6352
|
+
"tags": [
|
|
6353
|
+
"operations"
|
|
6354
|
+
],
|
|
6355
|
+
"x-voyant-module": "operations",
|
|
6356
|
+
"x-voyant-surface": "admin"
|
|
6113
6357
|
},
|
|
6114
6358
|
"delete": {
|
|
6115
6359
|
"parameters": [
|
|
@@ -6190,7 +6434,14 @@
|
|
|
6190
6434
|
}
|
|
6191
6435
|
}
|
|
6192
6436
|
}
|
|
6193
|
-
}
|
|
6437
|
+
},
|
|
6438
|
+
"operationId": "deleteAdminOperationsAvailabilitySlotsByIdAllocationResourcesByResourceId",
|
|
6439
|
+
"summary": "DELETE /v1/admin/operations/availability/slots/{id}/allocation/resources/{resourceId}",
|
|
6440
|
+
"tags": [
|
|
6441
|
+
"operations"
|
|
6442
|
+
],
|
|
6443
|
+
"x-voyant-module": "operations",
|
|
6444
|
+
"x-voyant-surface": "admin"
|
|
6194
6445
|
}
|
|
6195
6446
|
},
|
|
6196
6447
|
"/v1/admin/operations/availability/slots/{id}/allocation/travelers/{travelerId}": {
|
|
@@ -6354,7 +6605,14 @@
|
|
|
6354
6605
|
}
|
|
6355
6606
|
}
|
|
6356
6607
|
}
|
|
6357
|
-
}
|
|
6608
|
+
},
|
|
6609
|
+
"operationId": "patchAdminOperationsAvailabilitySlotsByIdAllocationTravelersByTravelerId",
|
|
6610
|
+
"summary": "PATCH /v1/admin/operations/availability/slots/{id}/allocation/travelers/{travelerId}",
|
|
6611
|
+
"tags": [
|
|
6612
|
+
"operations"
|
|
6613
|
+
],
|
|
6614
|
+
"x-voyant-module": "operations",
|
|
6615
|
+
"x-voyant-surface": "admin"
|
|
6358
6616
|
}
|
|
6359
6617
|
},
|
|
6360
6618
|
"/v1/admin/operations/availability/slots/{id}/allocation/travelers/{travelerId}/sharing-group": {
|
|
@@ -6509,7 +6767,14 @@
|
|
|
6509
6767
|
}
|
|
6510
6768
|
}
|
|
6511
6769
|
}
|
|
6512
|
-
}
|
|
6770
|
+
},
|
|
6771
|
+
"operationId": "patchAdminOperationsAvailabilitySlotsByIdAllocationTravelersByTravelerIdSharingGroup",
|
|
6772
|
+
"summary": "PATCH /v1/admin/operations/availability/slots/{id}/allocation/travelers/{travelerId}/sharing-group",
|
|
6773
|
+
"tags": [
|
|
6774
|
+
"operations"
|
|
6775
|
+
],
|
|
6776
|
+
"x-voyant-module": "operations",
|
|
6777
|
+
"x-voyant-surface": "admin"
|
|
6513
6778
|
}
|
|
6514
6779
|
},
|
|
6515
6780
|
"/v1/admin/operations/availability/slots/{id}/allocation/sharing-groups/pair": {
|
|
@@ -6662,7 +6927,14 @@
|
|
|
6662
6927
|
}
|
|
6663
6928
|
}
|
|
6664
6929
|
}
|
|
6665
|
-
}
|
|
6930
|
+
},
|
|
6931
|
+
"operationId": "postAdminOperationsAvailabilitySlotsByIdAllocationSharingGroupsPair",
|
|
6932
|
+
"summary": "POST /v1/admin/operations/availability/slots/{id}/allocation/sharing-groups/pair",
|
|
6933
|
+
"tags": [
|
|
6934
|
+
"operations"
|
|
6935
|
+
],
|
|
6936
|
+
"x-voyant-module": "operations",
|
|
6937
|
+
"x-voyant-surface": "admin"
|
|
6666
6938
|
}
|
|
6667
6939
|
},
|
|
6668
6940
|
"/v1/admin/operations/availability/slots/{id}/allocation/sharing-groups/{groupId}/label": {
|
|
@@ -6820,7 +7092,14 @@
|
|
|
6820
7092
|
}
|
|
6821
7093
|
}
|
|
6822
7094
|
}
|
|
6823
|
-
}
|
|
7095
|
+
},
|
|
7096
|
+
"operationId": "putAdminOperationsAvailabilitySlotsByIdAllocationSharingGroupsByGroupIdLabel",
|
|
7097
|
+
"summary": "PUT /v1/admin/operations/availability/slots/{id}/allocation/sharing-groups/{groupId}/label",
|
|
7098
|
+
"tags": [
|
|
7099
|
+
"operations"
|
|
7100
|
+
],
|
|
7101
|
+
"x-voyant-module": "operations",
|
|
7102
|
+
"x-voyant-surface": "admin"
|
|
6824
7103
|
},
|
|
6825
7104
|
"delete": {
|
|
6826
7105
|
"parameters": [
|
|
@@ -6956,7 +7235,14 @@
|
|
|
6956
7235
|
}
|
|
6957
7236
|
}
|
|
6958
7237
|
}
|
|
6959
|
-
}
|
|
7238
|
+
},
|
|
7239
|
+
"operationId": "deleteAdminOperationsAvailabilitySlotsByIdAllocationSharingGroupsByGroupIdLabel",
|
|
7240
|
+
"summary": "DELETE /v1/admin/operations/availability/slots/{id}/allocation/sharing-groups/{groupId}/label",
|
|
7241
|
+
"tags": [
|
|
7242
|
+
"operations"
|
|
7243
|
+
],
|
|
7244
|
+
"x-voyant-module": "operations",
|
|
7245
|
+
"x-voyant-surface": "admin"
|
|
6960
7246
|
}
|
|
6961
7247
|
},
|
|
6962
7248
|
"/v1/admin/operations/availability/slots/{id}/allocation/audit-log": {
|
|
@@ -7061,7 +7347,14 @@
|
|
|
7061
7347
|
}
|
|
7062
7348
|
}
|
|
7063
7349
|
}
|
|
7064
|
-
}
|
|
7350
|
+
},
|
|
7351
|
+
"operationId": "getAdminOperationsAvailabilitySlotsByIdAllocationAuditLog",
|
|
7352
|
+
"summary": "GET /v1/admin/operations/availability/slots/{id}/allocation/audit-log",
|
|
7353
|
+
"tags": [
|
|
7354
|
+
"operations"
|
|
7355
|
+
],
|
|
7356
|
+
"x-voyant-module": "operations",
|
|
7357
|
+
"x-voyant-surface": "admin"
|
|
7065
7358
|
}
|
|
7066
7359
|
},
|
|
7067
7360
|
"/v1/admin/operations/availability/slots/{id}/allocation/export-passengers": {
|
|
@@ -7105,7 +7398,14 @@
|
|
|
7105
7398
|
}
|
|
7106
7399
|
}
|
|
7107
7400
|
}
|
|
7108
|
-
}
|
|
7401
|
+
},
|
|
7402
|
+
"operationId": "getAdminOperationsAvailabilitySlotsByIdAllocationExportPassengers",
|
|
7403
|
+
"summary": "GET /v1/admin/operations/availability/slots/{id}/allocation/export-passengers",
|
|
7404
|
+
"tags": [
|
|
7405
|
+
"operations"
|
|
7406
|
+
],
|
|
7407
|
+
"x-voyant-module": "operations",
|
|
7408
|
+
"x-voyant-surface": "admin"
|
|
7109
7409
|
}
|
|
7110
7410
|
},
|
|
7111
7411
|
"/v1/admin/operations/availability/slots/{id}/allocation/export-rooming-list": {
|
|
@@ -7149,7 +7449,14 @@
|
|
|
7149
7449
|
}
|
|
7150
7450
|
}
|
|
7151
7451
|
}
|
|
7152
|
-
}
|
|
7452
|
+
},
|
|
7453
|
+
"operationId": "getAdminOperationsAvailabilitySlotsByIdAllocationExportRoomingList",
|
|
7454
|
+
"summary": "GET /v1/admin/operations/availability/slots/{id}/allocation/export-rooming-list",
|
|
7455
|
+
"tags": [
|
|
7456
|
+
"operations"
|
|
7457
|
+
],
|
|
7458
|
+
"x-voyant-module": "operations",
|
|
7459
|
+
"x-voyant-surface": "admin"
|
|
7153
7460
|
}
|
|
7154
7461
|
},
|
|
7155
7462
|
"/v1/admin/operations/availability/slots/{id}/allocation/auto-materialize": {
|
|
@@ -7365,7 +7672,14 @@
|
|
|
7365
7672
|
}
|
|
7366
7673
|
}
|
|
7367
7674
|
}
|
|
7368
|
-
}
|
|
7675
|
+
},
|
|
7676
|
+
"operationId": "postAdminOperationsAvailabilitySlotsByIdAllocationAutoMaterialize",
|
|
7677
|
+
"summary": "POST /v1/admin/operations/availability/slots/{id}/allocation/auto-materialize",
|
|
7678
|
+
"tags": [
|
|
7679
|
+
"operations"
|
|
7680
|
+
],
|
|
7681
|
+
"x-voyant-module": "operations",
|
|
7682
|
+
"x-voyant-surface": "admin"
|
|
7369
7683
|
}
|
|
7370
7684
|
},
|
|
7371
7685
|
"/v1/admin/operations/availability/slots/{id}/allocation/materialize-templates": {
|
|
@@ -7483,7 +7797,14 @@
|
|
|
7483
7797
|
}
|
|
7484
7798
|
}
|
|
7485
7799
|
}
|
|
7486
|
-
}
|
|
7800
|
+
},
|
|
7801
|
+
"operationId": "postAdminOperationsAvailabilitySlotsByIdAllocationMaterializeTemplates",
|
|
7802
|
+
"summary": "POST /v1/admin/operations/availability/slots/{id}/allocation/materialize-templates",
|
|
7803
|
+
"tags": [
|
|
7804
|
+
"operations"
|
|
7805
|
+
],
|
|
7806
|
+
"x-voyant-module": "operations",
|
|
7807
|
+
"x-voyant-surface": "admin"
|
|
7487
7808
|
}
|
|
7488
7809
|
},
|
|
7489
7810
|
"/v1/admin/operations/availability/slots/{id}/allocation/auto-allocate": {
|
|
@@ -7699,7 +8020,14 @@
|
|
|
7699
8020
|
}
|
|
7700
8021
|
}
|
|
7701
8022
|
}
|
|
7702
|
-
}
|
|
8023
|
+
},
|
|
8024
|
+
"operationId": "postAdminOperationsAvailabilitySlotsByIdAllocationAutoAllocate",
|
|
8025
|
+
"summary": "POST /v1/admin/operations/availability/slots/{id}/allocation/auto-allocate",
|
|
8026
|
+
"tags": [
|
|
8027
|
+
"operations"
|
|
8028
|
+
],
|
|
8029
|
+
"x-voyant-module": "operations",
|
|
8030
|
+
"x-voyant-surface": "admin"
|
|
7703
8031
|
}
|
|
7704
8032
|
},
|
|
7705
8033
|
"/v1/admin/operations/availability/products/{productId}/allocation/resource-templates": {
|
|
@@ -7846,7 +8174,14 @@
|
|
|
7846
8174
|
}
|
|
7847
8175
|
}
|
|
7848
8176
|
}
|
|
7849
|
-
}
|
|
8177
|
+
},
|
|
8178
|
+
"operationId": "getAdminOperationsAvailabilityProductsByProductIdAllocationResourceTemplates",
|
|
8179
|
+
"summary": "GET /v1/admin/operations/availability/products/{productId}/allocation/resource-templates",
|
|
8180
|
+
"tags": [
|
|
8181
|
+
"operations"
|
|
8182
|
+
],
|
|
8183
|
+
"x-voyant-module": "operations",
|
|
8184
|
+
"x-voyant-surface": "admin"
|
|
7850
8185
|
}
|
|
7851
8186
|
},
|
|
7852
8187
|
"/v1/admin/operations/availability/products/{productId}/options/{optionId}/allocation/resource-templates/{kind}": {
|
|
@@ -8095,7 +8430,14 @@
|
|
|
8095
8430
|
}
|
|
8096
8431
|
}
|
|
8097
8432
|
}
|
|
8098
|
-
}
|
|
8433
|
+
},
|
|
8434
|
+
"operationId": "putAdminOperationsAvailabilityProductsByProductIdOptionsByOptionIdAllocationResourceTemplatesByKind",
|
|
8435
|
+
"summary": "PUT /v1/admin/operations/availability/products/{productId}/options/{optionId}/allocation/resource-templates/{kind}",
|
|
8436
|
+
"tags": [
|
|
8437
|
+
"operations"
|
|
8438
|
+
],
|
|
8439
|
+
"x-voyant-module": "operations",
|
|
8440
|
+
"x-voyant-surface": "admin"
|
|
8099
8441
|
},
|
|
8100
8442
|
"delete": {
|
|
8101
8443
|
"parameters": [
|
|
@@ -8239,7 +8581,14 @@
|
|
|
8239
8581
|
}
|
|
8240
8582
|
}
|
|
8241
8583
|
}
|
|
8242
|
-
}
|
|
8584
|
+
},
|
|
8585
|
+
"operationId": "deleteAdminOperationsAvailabilityProductsByProductIdOptionsByOptionIdAllocationResourceTemplatesByKind",
|
|
8586
|
+
"summary": "DELETE /v1/admin/operations/availability/products/{productId}/options/{optionId}/allocation/resource-templates/{kind}",
|
|
8587
|
+
"tags": [
|
|
8588
|
+
"operations"
|
|
8589
|
+
],
|
|
8590
|
+
"x-voyant-module": "operations",
|
|
8591
|
+
"x-voyant-surface": "admin"
|
|
8243
8592
|
}
|
|
8244
8593
|
},
|
|
8245
8594
|
"/v1/admin/operations/availability/products/{id}/allocation/materialize-open-slots": {
|
|
@@ -8376,7 +8725,14 @@
|
|
|
8376
8725
|
}
|
|
8377
8726
|
}
|
|
8378
8727
|
}
|
|
8379
|
-
}
|
|
8728
|
+
},
|
|
8729
|
+
"operationId": "postAdminOperationsAvailabilityProductsByIdAllocationMaterializeOpenSlots",
|
|
8730
|
+
"summary": "POST /v1/admin/operations/availability/products/{id}/allocation/materialize-open-slots",
|
|
8731
|
+
"tags": [
|
|
8732
|
+
"operations"
|
|
8733
|
+
],
|
|
8734
|
+
"x-voyant-module": "operations",
|
|
8735
|
+
"x-voyant-surface": "admin"
|
|
8380
8736
|
}
|
|
8381
8737
|
},
|
|
8382
8738
|
"/v1/admin/operations/availability/pickup-points": {
|
|
@@ -8526,7 +8882,14 @@
|
|
|
8526
8882
|
}
|
|
8527
8883
|
}
|
|
8528
8884
|
}
|
|
8529
|
-
}
|
|
8885
|
+
},
|
|
8886
|
+
"operationId": "getAdminOperationsAvailabilityPickupPoints",
|
|
8887
|
+
"summary": "GET /v1/admin/operations/availability/pickup-points",
|
|
8888
|
+
"tags": [
|
|
8889
|
+
"operations"
|
|
8890
|
+
],
|
|
8891
|
+
"x-voyant-module": "operations",
|
|
8892
|
+
"x-voyant-surface": "admin"
|
|
8530
8893
|
},
|
|
8531
8894
|
"post": {
|
|
8532
8895
|
"requestBody": {
|
|
@@ -8660,7 +9023,14 @@
|
|
|
8660
9023
|
}
|
|
8661
9024
|
}
|
|
8662
9025
|
}
|
|
8663
|
-
}
|
|
9026
|
+
},
|
|
9027
|
+
"operationId": "postAdminOperationsAvailabilityPickupPoints",
|
|
9028
|
+
"summary": "POST /v1/admin/operations/availability/pickup-points",
|
|
9029
|
+
"tags": [
|
|
9030
|
+
"operations"
|
|
9031
|
+
],
|
|
9032
|
+
"x-voyant-module": "operations",
|
|
9033
|
+
"x-voyant-surface": "admin"
|
|
8664
9034
|
}
|
|
8665
9035
|
},
|
|
8666
9036
|
"/v1/admin/operations/availability/pickup-points/batch-update": {
|
|
@@ -8839,7 +9209,14 @@
|
|
|
8839
9209
|
}
|
|
8840
9210
|
}
|
|
8841
9211
|
}
|
|
8842
|
-
}
|
|
9212
|
+
},
|
|
9213
|
+
"operationId": "postAdminOperationsAvailabilityPickupPointsBatchUpdate",
|
|
9214
|
+
"summary": "POST /v1/admin/operations/availability/pickup-points/batch-update",
|
|
9215
|
+
"tags": [
|
|
9216
|
+
"operations"
|
|
9217
|
+
],
|
|
9218
|
+
"x-voyant-module": "operations",
|
|
9219
|
+
"x-voyant-surface": "admin"
|
|
8843
9220
|
}
|
|
8844
9221
|
},
|
|
8845
9222
|
"/v1/admin/operations/availability/pickup-points/batch-delete": {
|
|
@@ -8934,7 +9311,14 @@
|
|
|
8934
9311
|
}
|
|
8935
9312
|
}
|
|
8936
9313
|
}
|
|
8937
|
-
}
|
|
9314
|
+
},
|
|
9315
|
+
"operationId": "postAdminOperationsAvailabilityPickupPointsBatchDelete",
|
|
9316
|
+
"summary": "POST /v1/admin/operations/availability/pickup-points/batch-delete",
|
|
9317
|
+
"tags": [
|
|
9318
|
+
"operations"
|
|
9319
|
+
],
|
|
9320
|
+
"x-voyant-module": "operations",
|
|
9321
|
+
"x-voyant-surface": "admin"
|
|
8938
9322
|
}
|
|
8939
9323
|
},
|
|
8940
9324
|
"/v1/admin/operations/availability/pickup-points/{id}": {
|
|
@@ -9035,7 +9419,14 @@
|
|
|
9035
9419
|
}
|
|
9036
9420
|
}
|
|
9037
9421
|
}
|
|
9038
|
-
}
|
|
9422
|
+
},
|
|
9423
|
+
"operationId": "getAdminOperationsAvailabilityPickupPointsById",
|
|
9424
|
+
"summary": "GET /v1/admin/operations/availability/pickup-points/{id}",
|
|
9425
|
+
"tags": [
|
|
9426
|
+
"operations"
|
|
9427
|
+
],
|
|
9428
|
+
"x-voyant-module": "operations",
|
|
9429
|
+
"x-voyant-surface": "admin"
|
|
9039
9430
|
},
|
|
9040
9431
|
"patch": {
|
|
9041
9432
|
"parameters": [
|
|
@@ -9193,7 +9584,14 @@
|
|
|
9193
9584
|
}
|
|
9194
9585
|
}
|
|
9195
9586
|
}
|
|
9196
|
-
}
|
|
9587
|
+
},
|
|
9588
|
+
"operationId": "patchAdminOperationsAvailabilityPickupPointsById",
|
|
9589
|
+
"summary": "PATCH /v1/admin/operations/availability/pickup-points/{id}",
|
|
9590
|
+
"tags": [
|
|
9591
|
+
"operations"
|
|
9592
|
+
],
|
|
9593
|
+
"x-voyant-module": "operations",
|
|
9594
|
+
"x-voyant-surface": "admin"
|
|
9197
9595
|
},
|
|
9198
9596
|
"delete": {
|
|
9199
9597
|
"parameters": [
|
|
@@ -9246,7 +9644,14 @@
|
|
|
9246
9644
|
}
|
|
9247
9645
|
}
|
|
9248
9646
|
}
|
|
9249
|
-
}
|
|
9647
|
+
},
|
|
9648
|
+
"operationId": "deleteAdminOperationsAvailabilityPickupPointsById",
|
|
9649
|
+
"summary": "DELETE /v1/admin/operations/availability/pickup-points/{id}",
|
|
9650
|
+
"tags": [
|
|
9651
|
+
"operations"
|
|
9652
|
+
],
|
|
9653
|
+
"x-voyant-module": "operations",
|
|
9654
|
+
"x-voyant-surface": "admin"
|
|
9250
9655
|
}
|
|
9251
9656
|
},
|
|
9252
9657
|
"/v1/admin/operations/availability/slot-pickups": {
|
|
@@ -9365,7 +9770,14 @@
|
|
|
9365
9770
|
}
|
|
9366
9771
|
}
|
|
9367
9772
|
}
|
|
9368
|
-
}
|
|
9773
|
+
},
|
|
9774
|
+
"operationId": "getAdminOperationsAvailabilitySlotPickups",
|
|
9775
|
+
"summary": "GET /v1/admin/operations/availability/slot-pickups",
|
|
9776
|
+
"tags": [
|
|
9777
|
+
"operations"
|
|
9778
|
+
],
|
|
9779
|
+
"x-voyant-module": "operations",
|
|
9780
|
+
"x-voyant-surface": "admin"
|
|
9369
9781
|
},
|
|
9370
9782
|
"post": {
|
|
9371
9783
|
"requestBody": {
|
|
@@ -9479,7 +9891,14 @@
|
|
|
9479
9891
|
}
|
|
9480
9892
|
}
|
|
9481
9893
|
}
|
|
9482
|
-
}
|
|
9894
|
+
},
|
|
9895
|
+
"operationId": "postAdminOperationsAvailabilitySlotPickups",
|
|
9896
|
+
"summary": "POST /v1/admin/operations/availability/slot-pickups",
|
|
9897
|
+
"tags": [
|
|
9898
|
+
"operations"
|
|
9899
|
+
],
|
|
9900
|
+
"x-voyant-module": "operations",
|
|
9901
|
+
"x-voyant-surface": "admin"
|
|
9483
9902
|
}
|
|
9484
9903
|
},
|
|
9485
9904
|
"/v1/admin/operations/availability/slot-pickups/batch-update": {
|
|
@@ -9638,7 +10057,14 @@
|
|
|
9638
10057
|
}
|
|
9639
10058
|
}
|
|
9640
10059
|
}
|
|
9641
|
-
}
|
|
10060
|
+
},
|
|
10061
|
+
"operationId": "postAdminOperationsAvailabilitySlotPickupsBatchUpdate",
|
|
10062
|
+
"summary": "POST /v1/admin/operations/availability/slot-pickups/batch-update",
|
|
10063
|
+
"tags": [
|
|
10064
|
+
"operations"
|
|
10065
|
+
],
|
|
10066
|
+
"x-voyant-module": "operations",
|
|
10067
|
+
"x-voyant-surface": "admin"
|
|
9642
10068
|
}
|
|
9643
10069
|
},
|
|
9644
10070
|
"/v1/admin/operations/availability/slot-pickups/batch-delete": {
|
|
@@ -9733,7 +10159,14 @@
|
|
|
9733
10159
|
}
|
|
9734
10160
|
}
|
|
9735
10161
|
}
|
|
9736
|
-
}
|
|
10162
|
+
},
|
|
10163
|
+
"operationId": "postAdminOperationsAvailabilitySlotPickupsBatchDelete",
|
|
10164
|
+
"summary": "POST /v1/admin/operations/availability/slot-pickups/batch-delete",
|
|
10165
|
+
"tags": [
|
|
10166
|
+
"operations"
|
|
10167
|
+
],
|
|
10168
|
+
"x-voyant-module": "operations",
|
|
10169
|
+
"x-voyant-surface": "admin"
|
|
9737
10170
|
}
|
|
9738
10171
|
},
|
|
9739
10172
|
"/v1/admin/operations/availability/slot-pickups/{id}": {
|
|
@@ -9823,7 +10256,14 @@
|
|
|
9823
10256
|
}
|
|
9824
10257
|
}
|
|
9825
10258
|
}
|
|
9826
|
-
}
|
|
10259
|
+
},
|
|
10260
|
+
"operationId": "getAdminOperationsAvailabilitySlotPickupsById",
|
|
10261
|
+
"summary": "GET /v1/admin/operations/availability/slot-pickups/{id}",
|
|
10262
|
+
"tags": [
|
|
10263
|
+
"operations"
|
|
10264
|
+
],
|
|
10265
|
+
"x-voyant-module": "operations",
|
|
10266
|
+
"x-voyant-surface": "admin"
|
|
9827
10267
|
},
|
|
9828
10268
|
"patch": {
|
|
9829
10269
|
"parameters": [
|
|
@@ -9961,7 +10401,14 @@
|
|
|
9961
10401
|
}
|
|
9962
10402
|
}
|
|
9963
10403
|
}
|
|
9964
|
-
}
|
|
10404
|
+
},
|
|
10405
|
+
"operationId": "patchAdminOperationsAvailabilitySlotPickupsById",
|
|
10406
|
+
"summary": "PATCH /v1/admin/operations/availability/slot-pickups/{id}",
|
|
10407
|
+
"tags": [
|
|
10408
|
+
"operations"
|
|
10409
|
+
],
|
|
10410
|
+
"x-voyant-module": "operations",
|
|
10411
|
+
"x-voyant-surface": "admin"
|
|
9965
10412
|
},
|
|
9966
10413
|
"delete": {
|
|
9967
10414
|
"parameters": [
|
|
@@ -10014,7 +10461,14 @@
|
|
|
10014
10461
|
}
|
|
10015
10462
|
}
|
|
10016
10463
|
}
|
|
10017
|
-
}
|
|
10464
|
+
},
|
|
10465
|
+
"operationId": "deleteAdminOperationsAvailabilitySlotPickupsById",
|
|
10466
|
+
"summary": "DELETE /v1/admin/operations/availability/slot-pickups/{id}",
|
|
10467
|
+
"tags": [
|
|
10468
|
+
"operations"
|
|
10469
|
+
],
|
|
10470
|
+
"x-voyant-module": "operations",
|
|
10471
|
+
"x-voyant-surface": "admin"
|
|
10018
10472
|
}
|
|
10019
10473
|
},
|
|
10020
10474
|
"/v1/admin/operations/availability/meeting-configs": {
|
|
@@ -10224,7 +10678,14 @@
|
|
|
10224
10678
|
}
|
|
10225
10679
|
}
|
|
10226
10680
|
}
|
|
10227
|
-
}
|
|
10681
|
+
},
|
|
10682
|
+
"operationId": "getAdminOperationsAvailabilityMeetingConfigs",
|
|
10683
|
+
"summary": "GET /v1/admin/operations/availability/meeting-configs",
|
|
10684
|
+
"tags": [
|
|
10685
|
+
"operations"
|
|
10686
|
+
],
|
|
10687
|
+
"x-voyant-module": "operations",
|
|
10688
|
+
"x-voyant-surface": "admin"
|
|
10228
10689
|
},
|
|
10229
10690
|
"post": {
|
|
10230
10691
|
"requestBody": {
|
|
@@ -10433,7 +10894,14 @@
|
|
|
10433
10894
|
}
|
|
10434
10895
|
}
|
|
10435
10896
|
}
|
|
10436
|
-
}
|
|
10897
|
+
},
|
|
10898
|
+
"operationId": "postAdminOperationsAvailabilityMeetingConfigs",
|
|
10899
|
+
"summary": "POST /v1/admin/operations/availability/meeting-configs",
|
|
10900
|
+
"tags": [
|
|
10901
|
+
"operations"
|
|
10902
|
+
],
|
|
10903
|
+
"x-voyant-module": "operations",
|
|
10904
|
+
"x-voyant-surface": "admin"
|
|
10437
10905
|
}
|
|
10438
10906
|
},
|
|
10439
10907
|
"/v1/admin/operations/availability/meeting-configs/batch-update": {
|
|
@@ -10688,7 +11156,14 @@
|
|
|
10688
11156
|
}
|
|
10689
11157
|
}
|
|
10690
11158
|
}
|
|
10691
|
-
}
|
|
11159
|
+
},
|
|
11160
|
+
"operationId": "postAdminOperationsAvailabilityMeetingConfigsBatchUpdate",
|
|
11161
|
+
"summary": "POST /v1/admin/operations/availability/meeting-configs/batch-update",
|
|
11162
|
+
"tags": [
|
|
11163
|
+
"operations"
|
|
11164
|
+
],
|
|
11165
|
+
"x-voyant-module": "operations",
|
|
11166
|
+
"x-voyant-surface": "admin"
|
|
10692
11167
|
}
|
|
10693
11168
|
},
|
|
10694
11169
|
"/v1/admin/operations/availability/meeting-configs/batch-delete": {
|
|
@@ -10783,7 +11258,14 @@
|
|
|
10783
11258
|
}
|
|
10784
11259
|
}
|
|
10785
11260
|
}
|
|
10786
|
-
}
|
|
11261
|
+
},
|
|
11262
|
+
"operationId": "postAdminOperationsAvailabilityMeetingConfigsBatchDelete",
|
|
11263
|
+
"summary": "POST /v1/admin/operations/availability/meeting-configs/batch-delete",
|
|
11264
|
+
"tags": [
|
|
11265
|
+
"operations"
|
|
11266
|
+
],
|
|
11267
|
+
"x-voyant-module": "operations",
|
|
11268
|
+
"x-voyant-surface": "admin"
|
|
10787
11269
|
}
|
|
10788
11270
|
},
|
|
10789
11271
|
"/v1/admin/operations/availability/meeting-configs/{id}": {
|
|
@@ -10923,7 +11405,14 @@
|
|
|
10923
11405
|
}
|
|
10924
11406
|
}
|
|
10925
11407
|
}
|
|
10926
|
-
}
|
|
11408
|
+
},
|
|
11409
|
+
"operationId": "getAdminOperationsAvailabilityMeetingConfigsById",
|
|
11410
|
+
"summary": "GET /v1/admin/operations/availability/meeting-configs/{id}",
|
|
11411
|
+
"tags": [
|
|
11412
|
+
"operations"
|
|
11413
|
+
],
|
|
11414
|
+
"x-voyant-module": "operations",
|
|
11415
|
+
"x-voyant-surface": "admin"
|
|
10927
11416
|
},
|
|
10928
11417
|
"patch": {
|
|
10929
11418
|
"parameters": [
|
|
@@ -11157,7 +11646,14 @@
|
|
|
11157
11646
|
}
|
|
11158
11647
|
}
|
|
11159
11648
|
}
|
|
11160
|
-
}
|
|
11649
|
+
},
|
|
11650
|
+
"operationId": "patchAdminOperationsAvailabilityMeetingConfigsById",
|
|
11651
|
+
"summary": "PATCH /v1/admin/operations/availability/meeting-configs/{id}",
|
|
11652
|
+
"tags": [
|
|
11653
|
+
"operations"
|
|
11654
|
+
],
|
|
11655
|
+
"x-voyant-module": "operations",
|
|
11656
|
+
"x-voyant-surface": "admin"
|
|
11161
11657
|
},
|
|
11162
11658
|
"delete": {
|
|
11163
11659
|
"parameters": [
|
|
@@ -11210,7 +11706,14 @@
|
|
|
11210
11706
|
}
|
|
11211
11707
|
}
|
|
11212
11708
|
}
|
|
11213
|
-
}
|
|
11709
|
+
},
|
|
11710
|
+
"operationId": "deleteAdminOperationsAvailabilityMeetingConfigsById",
|
|
11711
|
+
"summary": "DELETE /v1/admin/operations/availability/meeting-configs/{id}",
|
|
11712
|
+
"tags": [
|
|
11713
|
+
"operations"
|
|
11714
|
+
],
|
|
11715
|
+
"x-voyant-module": "operations",
|
|
11716
|
+
"x-voyant-surface": "admin"
|
|
11214
11717
|
}
|
|
11215
11718
|
},
|
|
11216
11719
|
"/v1/admin/operations/availability/pickup-groups": {
|
|
@@ -11358,7 +11861,14 @@
|
|
|
11358
11861
|
}
|
|
11359
11862
|
}
|
|
11360
11863
|
}
|
|
11361
|
-
}
|
|
11864
|
+
},
|
|
11865
|
+
"operationId": "getAdminOperationsAvailabilityPickupGroups",
|
|
11866
|
+
"summary": "GET /v1/admin/operations/availability/pickup-groups",
|
|
11867
|
+
"tags": [
|
|
11868
|
+
"operations"
|
|
11869
|
+
],
|
|
11870
|
+
"x-voyant-module": "operations",
|
|
11871
|
+
"x-voyant-surface": "admin"
|
|
11362
11872
|
},
|
|
11363
11873
|
"post": {
|
|
11364
11874
|
"requestBody": {
|
|
@@ -11492,7 +12002,14 @@
|
|
|
11492
12002
|
}
|
|
11493
12003
|
}
|
|
11494
12004
|
}
|
|
11495
|
-
}
|
|
12005
|
+
},
|
|
12006
|
+
"operationId": "postAdminOperationsAvailabilityPickupGroups",
|
|
12007
|
+
"summary": "POST /v1/admin/operations/availability/pickup-groups",
|
|
12008
|
+
"tags": [
|
|
12009
|
+
"operations"
|
|
12010
|
+
],
|
|
12011
|
+
"x-voyant-module": "operations",
|
|
12012
|
+
"x-voyant-surface": "admin"
|
|
11496
12013
|
}
|
|
11497
12014
|
},
|
|
11498
12015
|
"/v1/admin/operations/availability/pickup-groups/batch-update": {
|
|
@@ -11670,7 +12187,14 @@
|
|
|
11670
12187
|
}
|
|
11671
12188
|
}
|
|
11672
12189
|
}
|
|
11673
|
-
}
|
|
12190
|
+
},
|
|
12191
|
+
"operationId": "postAdminOperationsAvailabilityPickupGroupsBatchUpdate",
|
|
12192
|
+
"summary": "POST /v1/admin/operations/availability/pickup-groups/batch-update",
|
|
12193
|
+
"tags": [
|
|
12194
|
+
"operations"
|
|
12195
|
+
],
|
|
12196
|
+
"x-voyant-module": "operations",
|
|
12197
|
+
"x-voyant-surface": "admin"
|
|
11674
12198
|
}
|
|
11675
12199
|
},
|
|
11676
12200
|
"/v1/admin/operations/availability/pickup-groups/batch-delete": {
|
|
@@ -11765,7 +12289,14 @@
|
|
|
11765
12289
|
}
|
|
11766
12290
|
}
|
|
11767
12291
|
}
|
|
11768
|
-
}
|
|
12292
|
+
},
|
|
12293
|
+
"operationId": "postAdminOperationsAvailabilityPickupGroupsBatchDelete",
|
|
12294
|
+
"summary": "POST /v1/admin/operations/availability/pickup-groups/batch-delete",
|
|
12295
|
+
"tags": [
|
|
12296
|
+
"operations"
|
|
12297
|
+
],
|
|
12298
|
+
"x-voyant-module": "operations",
|
|
12299
|
+
"x-voyant-surface": "admin"
|
|
11769
12300
|
}
|
|
11770
12301
|
},
|
|
11771
12302
|
"/v1/admin/operations/availability/pickup-groups/{id}": {
|
|
@@ -11865,7 +12396,14 @@
|
|
|
11865
12396
|
}
|
|
11866
12397
|
}
|
|
11867
12398
|
}
|
|
11868
|
-
}
|
|
12399
|
+
},
|
|
12400
|
+
"operationId": "getAdminOperationsAvailabilityPickupGroupsById",
|
|
12401
|
+
"summary": "GET /v1/admin/operations/availability/pickup-groups/{id}",
|
|
12402
|
+
"tags": [
|
|
12403
|
+
"operations"
|
|
12404
|
+
],
|
|
12405
|
+
"x-voyant-module": "operations",
|
|
12406
|
+
"x-voyant-surface": "admin"
|
|
11869
12407
|
},
|
|
11870
12408
|
"patch": {
|
|
11871
12409
|
"parameters": [
|
|
@@ -12022,7 +12560,14 @@
|
|
|
12022
12560
|
}
|
|
12023
12561
|
}
|
|
12024
12562
|
}
|
|
12025
|
-
}
|
|
12563
|
+
},
|
|
12564
|
+
"operationId": "patchAdminOperationsAvailabilityPickupGroupsById",
|
|
12565
|
+
"summary": "PATCH /v1/admin/operations/availability/pickup-groups/{id}",
|
|
12566
|
+
"tags": [
|
|
12567
|
+
"operations"
|
|
12568
|
+
],
|
|
12569
|
+
"x-voyant-module": "operations",
|
|
12570
|
+
"x-voyant-surface": "admin"
|
|
12026
12571
|
},
|
|
12027
12572
|
"delete": {
|
|
12028
12573
|
"parameters": [
|
|
@@ -12075,7 +12620,14 @@
|
|
|
12075
12620
|
}
|
|
12076
12621
|
}
|
|
12077
12622
|
}
|
|
12078
|
-
}
|
|
12623
|
+
},
|
|
12624
|
+
"operationId": "deleteAdminOperationsAvailabilityPickupGroupsById",
|
|
12625
|
+
"summary": "DELETE /v1/admin/operations/availability/pickup-groups/{id}",
|
|
12626
|
+
"tags": [
|
|
12627
|
+
"operations"
|
|
12628
|
+
],
|
|
12629
|
+
"x-voyant-module": "operations",
|
|
12630
|
+
"x-voyant-surface": "admin"
|
|
12079
12631
|
}
|
|
12080
12632
|
},
|
|
12081
12633
|
"/v1/admin/operations/availability/pickup-locations": {
|
|
@@ -12230,7 +12782,14 @@
|
|
|
12230
12782
|
}
|
|
12231
12783
|
}
|
|
12232
12784
|
}
|
|
12233
|
-
}
|
|
12785
|
+
},
|
|
12786
|
+
"operationId": "getAdminOperationsAvailabilityPickupLocations",
|
|
12787
|
+
"summary": "GET /v1/admin/operations/availability/pickup-locations",
|
|
12788
|
+
"tags": [
|
|
12789
|
+
"operations"
|
|
12790
|
+
],
|
|
12791
|
+
"x-voyant-module": "operations",
|
|
12792
|
+
"x-voyant-surface": "admin"
|
|
12234
12793
|
},
|
|
12235
12794
|
"post": {
|
|
12236
12795
|
"requestBody": {
|
|
@@ -12386,7 +12945,14 @@
|
|
|
12386
12945
|
}
|
|
12387
12946
|
}
|
|
12388
12947
|
}
|
|
12389
|
-
}
|
|
12948
|
+
},
|
|
12949
|
+
"operationId": "postAdminOperationsAvailabilityPickupLocations",
|
|
12950
|
+
"summary": "POST /v1/admin/operations/availability/pickup-locations",
|
|
12951
|
+
"tags": [
|
|
12952
|
+
"operations"
|
|
12953
|
+
],
|
|
12954
|
+
"x-voyant-module": "operations",
|
|
12955
|
+
"x-voyant-surface": "admin"
|
|
12390
12956
|
}
|
|
12391
12957
|
},
|
|
12392
12958
|
"/v1/admin/operations/availability/pickup-locations/batch-update": {
|
|
@@ -12587,7 +13153,14 @@
|
|
|
12587
13153
|
}
|
|
12588
13154
|
}
|
|
12589
13155
|
}
|
|
12590
|
-
}
|
|
13156
|
+
},
|
|
13157
|
+
"operationId": "postAdminOperationsAvailabilityPickupLocationsBatchUpdate",
|
|
13158
|
+
"summary": "POST /v1/admin/operations/availability/pickup-locations/batch-update",
|
|
13159
|
+
"tags": [
|
|
13160
|
+
"operations"
|
|
13161
|
+
],
|
|
13162
|
+
"x-voyant-module": "operations",
|
|
13163
|
+
"x-voyant-surface": "admin"
|
|
12591
13164
|
}
|
|
12592
13165
|
},
|
|
12593
13166
|
"/v1/admin/operations/availability/pickup-locations/batch-delete": {
|
|
@@ -12682,7 +13255,14 @@
|
|
|
12682
13255
|
}
|
|
12683
13256
|
}
|
|
12684
13257
|
}
|
|
12685
|
-
}
|
|
13258
|
+
},
|
|
13259
|
+
"operationId": "postAdminOperationsAvailabilityPickupLocationsBatchDelete",
|
|
13260
|
+
"summary": "POST /v1/admin/operations/availability/pickup-locations/batch-delete",
|
|
13261
|
+
"tags": [
|
|
13262
|
+
"operations"
|
|
13263
|
+
],
|
|
13264
|
+
"x-voyant-module": "operations",
|
|
13265
|
+
"x-voyant-surface": "admin"
|
|
12686
13266
|
}
|
|
12687
13267
|
},
|
|
12688
13268
|
"/v1/admin/operations/availability/pickup-locations/{id}": {
|
|
@@ -12794,7 +13374,14 @@
|
|
|
12794
13374
|
}
|
|
12795
13375
|
}
|
|
12796
13376
|
}
|
|
12797
|
-
}
|
|
13377
|
+
},
|
|
13378
|
+
"operationId": "getAdminOperationsAvailabilityPickupLocationsById",
|
|
13379
|
+
"summary": "GET /v1/admin/operations/availability/pickup-locations/{id}",
|
|
13380
|
+
"tags": [
|
|
13381
|
+
"operations"
|
|
13382
|
+
],
|
|
13383
|
+
"x-voyant-module": "operations",
|
|
13384
|
+
"x-voyant-surface": "admin"
|
|
12798
13385
|
},
|
|
12799
13386
|
"patch": {
|
|
12800
13387
|
"parameters": [
|
|
@@ -12974,7 +13561,14 @@
|
|
|
12974
13561
|
}
|
|
12975
13562
|
}
|
|
12976
13563
|
}
|
|
12977
|
-
}
|
|
13564
|
+
},
|
|
13565
|
+
"operationId": "patchAdminOperationsAvailabilityPickupLocationsById",
|
|
13566
|
+
"summary": "PATCH /v1/admin/operations/availability/pickup-locations/{id}",
|
|
13567
|
+
"tags": [
|
|
13568
|
+
"operations"
|
|
13569
|
+
],
|
|
13570
|
+
"x-voyant-module": "operations",
|
|
13571
|
+
"x-voyant-surface": "admin"
|
|
12978
13572
|
},
|
|
12979
13573
|
"delete": {
|
|
12980
13574
|
"parameters": [
|
|
@@ -13027,7 +13621,14 @@
|
|
|
13027
13621
|
}
|
|
13028
13622
|
}
|
|
13029
13623
|
}
|
|
13030
|
-
}
|
|
13624
|
+
},
|
|
13625
|
+
"operationId": "deleteAdminOperationsAvailabilityPickupLocationsById",
|
|
13626
|
+
"summary": "DELETE /v1/admin/operations/availability/pickup-locations/{id}",
|
|
13627
|
+
"tags": [
|
|
13628
|
+
"operations"
|
|
13629
|
+
],
|
|
13630
|
+
"x-voyant-module": "operations",
|
|
13631
|
+
"x-voyant-surface": "admin"
|
|
13031
13632
|
}
|
|
13032
13633
|
},
|
|
13033
13634
|
"/v1/admin/operations/availability/location-pickup-times": {
|
|
@@ -13211,7 +13812,14 @@
|
|
|
13211
13812
|
}
|
|
13212
13813
|
}
|
|
13213
13814
|
}
|
|
13214
|
-
}
|
|
13815
|
+
},
|
|
13816
|
+
"operationId": "getAdminOperationsAvailabilityLocationPickupTimes",
|
|
13817
|
+
"summary": "GET /v1/admin/operations/availability/location-pickup-times",
|
|
13818
|
+
"tags": [
|
|
13819
|
+
"operations"
|
|
13820
|
+
],
|
|
13821
|
+
"x-voyant-module": "operations",
|
|
13822
|
+
"x-voyant-surface": "admin"
|
|
13215
13823
|
},
|
|
13216
13824
|
"post": {
|
|
13217
13825
|
"requestBody": {
|
|
@@ -13406,7 +14014,14 @@
|
|
|
13406
14014
|
}
|
|
13407
14015
|
}
|
|
13408
14016
|
}
|
|
13409
|
-
}
|
|
14017
|
+
},
|
|
14018
|
+
"operationId": "postAdminOperationsAvailabilityLocationPickupTimes",
|
|
14019
|
+
"summary": "POST /v1/admin/operations/availability/location-pickup-times",
|
|
14020
|
+
"tags": [
|
|
14021
|
+
"operations"
|
|
14022
|
+
],
|
|
14023
|
+
"x-voyant-module": "operations",
|
|
14024
|
+
"x-voyant-surface": "admin"
|
|
13410
14025
|
}
|
|
13411
14026
|
},
|
|
13412
14027
|
"/v1/admin/operations/availability/location-pickup-times/batch-update": {
|
|
@@ -13647,7 +14262,14 @@
|
|
|
13647
14262
|
}
|
|
13648
14263
|
}
|
|
13649
14264
|
}
|
|
13650
|
-
}
|
|
14265
|
+
},
|
|
14266
|
+
"operationId": "postAdminOperationsAvailabilityLocationPickupTimesBatchUpdate",
|
|
14267
|
+
"summary": "POST /v1/admin/operations/availability/location-pickup-times/batch-update",
|
|
14268
|
+
"tags": [
|
|
14269
|
+
"operations"
|
|
14270
|
+
],
|
|
14271
|
+
"x-voyant-module": "operations",
|
|
14272
|
+
"x-voyant-surface": "admin"
|
|
13651
14273
|
}
|
|
13652
14274
|
},
|
|
13653
14275
|
"/v1/admin/operations/availability/location-pickup-times/batch-delete": {
|
|
@@ -13742,7 +14364,14 @@
|
|
|
13742
14364
|
}
|
|
13743
14365
|
}
|
|
13744
14366
|
}
|
|
13745
|
-
}
|
|
14367
|
+
},
|
|
14368
|
+
"operationId": "postAdminOperationsAvailabilityLocationPickupTimesBatchDelete",
|
|
14369
|
+
"summary": "POST /v1/admin/operations/availability/location-pickup-times/batch-delete",
|
|
14370
|
+
"tags": [
|
|
14371
|
+
"operations"
|
|
14372
|
+
],
|
|
14373
|
+
"x-voyant-module": "operations",
|
|
14374
|
+
"x-voyant-surface": "admin"
|
|
13746
14375
|
}
|
|
13747
14376
|
},
|
|
13748
14377
|
"/v1/admin/operations/availability/location-pickup-times/{id}": {
|
|
@@ -13875,7 +14504,14 @@
|
|
|
13875
14504
|
}
|
|
13876
14505
|
}
|
|
13877
14506
|
}
|
|
13878
|
-
}
|
|
14507
|
+
},
|
|
14508
|
+
"operationId": "getAdminOperationsAvailabilityLocationPickupTimesById",
|
|
14509
|
+
"summary": "GET /v1/admin/operations/availability/location-pickup-times/{id}",
|
|
14510
|
+
"tags": [
|
|
14511
|
+
"operations"
|
|
14512
|
+
],
|
|
14513
|
+
"x-voyant-module": "operations",
|
|
14514
|
+
"x-voyant-surface": "admin"
|
|
13879
14515
|
},
|
|
13880
14516
|
"patch": {
|
|
13881
14517
|
"parameters": [
|
|
@@ -14095,7 +14731,14 @@
|
|
|
14095
14731
|
}
|
|
14096
14732
|
}
|
|
14097
14733
|
}
|
|
14098
|
-
}
|
|
14734
|
+
},
|
|
14735
|
+
"operationId": "patchAdminOperationsAvailabilityLocationPickupTimesById",
|
|
14736
|
+
"summary": "PATCH /v1/admin/operations/availability/location-pickup-times/{id}",
|
|
14737
|
+
"tags": [
|
|
14738
|
+
"operations"
|
|
14739
|
+
],
|
|
14740
|
+
"x-voyant-module": "operations",
|
|
14741
|
+
"x-voyant-surface": "admin"
|
|
14099
14742
|
},
|
|
14100
14743
|
"delete": {
|
|
14101
14744
|
"parameters": [
|
|
@@ -14148,7 +14791,14 @@
|
|
|
14148
14791
|
}
|
|
14149
14792
|
}
|
|
14150
14793
|
}
|
|
14151
|
-
}
|
|
14794
|
+
},
|
|
14795
|
+
"operationId": "deleteAdminOperationsAvailabilityLocationPickupTimesById",
|
|
14796
|
+
"summary": "DELETE /v1/admin/operations/availability/location-pickup-times/{id}",
|
|
14797
|
+
"tags": [
|
|
14798
|
+
"operations"
|
|
14799
|
+
],
|
|
14800
|
+
"x-voyant-module": "operations",
|
|
14801
|
+
"x-voyant-surface": "admin"
|
|
14152
14802
|
}
|
|
14153
14803
|
},
|
|
14154
14804
|
"/v1/admin/operations/availability/custom-pickup-areas": {
|
|
@@ -14277,7 +14927,14 @@
|
|
|
14277
14927
|
}
|
|
14278
14928
|
}
|
|
14279
14929
|
}
|
|
14280
|
-
}
|
|
14930
|
+
},
|
|
14931
|
+
"operationId": "getAdminOperationsAvailabilityCustomPickupAreas",
|
|
14932
|
+
"summary": "GET /v1/admin/operations/availability/custom-pickup-areas",
|
|
14933
|
+
"tags": [
|
|
14934
|
+
"operations"
|
|
14935
|
+
],
|
|
14936
|
+
"x-voyant-module": "operations",
|
|
14937
|
+
"x-voyant-surface": "admin"
|
|
14281
14938
|
},
|
|
14282
14939
|
"post": {
|
|
14283
14940
|
"requestBody": {
|
|
@@ -14398,7 +15055,14 @@
|
|
|
14398
15055
|
}
|
|
14399
15056
|
}
|
|
14400
15057
|
}
|
|
14401
|
-
}
|
|
15058
|
+
},
|
|
15059
|
+
"operationId": "postAdminOperationsAvailabilityCustomPickupAreas",
|
|
15060
|
+
"summary": "POST /v1/admin/operations/availability/custom-pickup-areas",
|
|
15061
|
+
"tags": [
|
|
15062
|
+
"operations"
|
|
15063
|
+
],
|
|
15064
|
+
"x-voyant-module": "operations",
|
|
15065
|
+
"x-voyant-surface": "admin"
|
|
14402
15066
|
}
|
|
14403
15067
|
},
|
|
14404
15068
|
"/v1/admin/operations/availability/custom-pickup-areas/batch-update": {
|
|
@@ -14564,7 +15228,14 @@
|
|
|
14564
15228
|
}
|
|
14565
15229
|
}
|
|
14566
15230
|
}
|
|
14567
|
-
}
|
|
15231
|
+
},
|
|
15232
|
+
"operationId": "postAdminOperationsAvailabilityCustomPickupAreasBatchUpdate",
|
|
15233
|
+
"summary": "POST /v1/admin/operations/availability/custom-pickup-areas/batch-update",
|
|
15234
|
+
"tags": [
|
|
15235
|
+
"operations"
|
|
15236
|
+
],
|
|
15237
|
+
"x-voyant-module": "operations",
|
|
15238
|
+
"x-voyant-surface": "admin"
|
|
14568
15239
|
}
|
|
14569
15240
|
},
|
|
14570
15241
|
"/v1/admin/operations/availability/custom-pickup-areas/batch-delete": {
|
|
@@ -14659,7 +15330,14 @@
|
|
|
14659
15330
|
}
|
|
14660
15331
|
}
|
|
14661
15332
|
}
|
|
14662
|
-
}
|
|
15333
|
+
},
|
|
15334
|
+
"operationId": "postAdminOperationsAvailabilityCustomPickupAreasBatchDelete",
|
|
15335
|
+
"summary": "POST /v1/admin/operations/availability/custom-pickup-areas/batch-delete",
|
|
15336
|
+
"tags": [
|
|
15337
|
+
"operations"
|
|
15338
|
+
],
|
|
15339
|
+
"x-voyant-module": "operations",
|
|
15340
|
+
"x-voyant-surface": "admin"
|
|
14663
15341
|
}
|
|
14664
15342
|
},
|
|
14665
15343
|
"/v1/admin/operations/availability/custom-pickup-areas/{id}": {
|
|
@@ -14753,7 +15431,14 @@
|
|
|
14753
15431
|
}
|
|
14754
15432
|
}
|
|
14755
15433
|
}
|
|
14756
|
-
}
|
|
15434
|
+
},
|
|
15435
|
+
"operationId": "getAdminOperationsAvailabilityCustomPickupAreasById",
|
|
15436
|
+
"summary": "GET /v1/admin/operations/availability/custom-pickup-areas/{id}",
|
|
15437
|
+
"tags": [
|
|
15438
|
+
"operations"
|
|
15439
|
+
],
|
|
15440
|
+
"x-voyant-module": "operations",
|
|
15441
|
+
"x-voyant-surface": "admin"
|
|
14757
15442
|
},
|
|
14758
15443
|
"patch": {
|
|
14759
15444
|
"parameters": [
|
|
@@ -14898,7 +15583,14 @@
|
|
|
14898
15583
|
}
|
|
14899
15584
|
}
|
|
14900
15585
|
}
|
|
14901
|
-
}
|
|
15586
|
+
},
|
|
15587
|
+
"operationId": "patchAdminOperationsAvailabilityCustomPickupAreasById",
|
|
15588
|
+
"summary": "PATCH /v1/admin/operations/availability/custom-pickup-areas/{id}",
|
|
15589
|
+
"tags": [
|
|
15590
|
+
"operations"
|
|
15591
|
+
],
|
|
15592
|
+
"x-voyant-module": "operations",
|
|
15593
|
+
"x-voyant-surface": "admin"
|
|
14902
15594
|
},
|
|
14903
15595
|
"delete": {
|
|
14904
15596
|
"parameters": [
|
|
@@ -14951,7 +15643,14 @@
|
|
|
14951
15643
|
}
|
|
14952
15644
|
}
|
|
14953
15645
|
}
|
|
14954
|
-
}
|
|
15646
|
+
},
|
|
15647
|
+
"operationId": "deleteAdminOperationsAvailabilityCustomPickupAreasById",
|
|
15648
|
+
"summary": "DELETE /v1/admin/operations/availability/custom-pickup-areas/{id}",
|
|
15649
|
+
"tags": [
|
|
15650
|
+
"operations"
|
|
15651
|
+
],
|
|
15652
|
+
"x-voyant-module": "operations",
|
|
15653
|
+
"x-voyant-surface": "admin"
|
|
14955
15654
|
}
|
|
14956
15655
|
},
|
|
14957
15656
|
"/v1/admin/operations/resources": {
|
|
@@ -15133,7 +15832,14 @@
|
|
|
15133
15832
|
}
|
|
15134
15833
|
}
|
|
15135
15834
|
}
|
|
15136
|
-
}
|
|
15835
|
+
},
|
|
15836
|
+
"operationId": "getAdminOperationsResources",
|
|
15837
|
+
"summary": "GET /v1/admin/operations/resources",
|
|
15838
|
+
"tags": [
|
|
15839
|
+
"operations"
|
|
15840
|
+
],
|
|
15841
|
+
"x-voyant-module": "operations",
|
|
15842
|
+
"x-voyant-surface": "admin"
|
|
15137
15843
|
},
|
|
15138
15844
|
"post": {
|
|
15139
15845
|
"requestBody": {
|
|
@@ -15310,7 +16016,14 @@
|
|
|
15310
16016
|
}
|
|
15311
16017
|
}
|
|
15312
16018
|
}
|
|
15313
|
-
}
|
|
16019
|
+
},
|
|
16020
|
+
"operationId": "postAdminOperationsResources",
|
|
16021
|
+
"summary": "POST /v1/admin/operations/resources",
|
|
16022
|
+
"tags": [
|
|
16023
|
+
"operations"
|
|
16024
|
+
],
|
|
16025
|
+
"x-voyant-module": "operations",
|
|
16026
|
+
"x-voyant-surface": "admin"
|
|
15314
16027
|
}
|
|
15315
16028
|
},
|
|
15316
16029
|
"/v1/admin/operations/resources/batch-update": {
|
|
@@ -15374,8 +16087,7 @@
|
|
|
15374
16087
|
"minimum": 0
|
|
15375
16088
|
},
|
|
15376
16089
|
"active": {
|
|
15377
|
-
"type": "boolean"
|
|
15378
|
-
"default": true
|
|
16090
|
+
"type": "boolean"
|
|
15379
16091
|
},
|
|
15380
16092
|
"notes": {
|
|
15381
16093
|
"type": [
|
|
@@ -15532,7 +16244,14 @@
|
|
|
15532
16244
|
}
|
|
15533
16245
|
}
|
|
15534
16246
|
}
|
|
15535
|
-
}
|
|
16247
|
+
},
|
|
16248
|
+
"operationId": "postAdminOperationsResourcesBatchUpdate",
|
|
16249
|
+
"summary": "POST /v1/admin/operations/resources/batch-update",
|
|
16250
|
+
"tags": [
|
|
16251
|
+
"operations"
|
|
16252
|
+
],
|
|
16253
|
+
"x-voyant-module": "operations",
|
|
16254
|
+
"x-voyant-surface": "admin"
|
|
15536
16255
|
}
|
|
15537
16256
|
},
|
|
15538
16257
|
"/v1/admin/operations/resources/batch-delete": {
|
|
@@ -15627,7 +16346,14 @@
|
|
|
15627
16346
|
}
|
|
15628
16347
|
}
|
|
15629
16348
|
}
|
|
15630
|
-
}
|
|
16349
|
+
},
|
|
16350
|
+
"operationId": "postAdminOperationsResourcesBatchDelete",
|
|
16351
|
+
"summary": "POST /v1/admin/operations/resources/batch-delete",
|
|
16352
|
+
"tags": [
|
|
16353
|
+
"operations"
|
|
16354
|
+
],
|
|
16355
|
+
"x-voyant-module": "operations",
|
|
16356
|
+
"x-voyant-surface": "admin"
|
|
15631
16357
|
}
|
|
15632
16358
|
},
|
|
15633
16359
|
"/v1/admin/operations/resources/{id}": {
|
|
@@ -15750,7 +16476,14 @@
|
|
|
15750
16476
|
}
|
|
15751
16477
|
}
|
|
15752
16478
|
}
|
|
15753
|
-
}
|
|
16479
|
+
},
|
|
16480
|
+
"operationId": "getAdminOperationsResourcesById",
|
|
16481
|
+
"summary": "GET /v1/admin/operations/resources/{id}",
|
|
16482
|
+
"tags": [
|
|
16483
|
+
"operations"
|
|
16484
|
+
],
|
|
16485
|
+
"x-voyant-module": "operations",
|
|
16486
|
+
"x-voyant-surface": "admin"
|
|
15754
16487
|
},
|
|
15755
16488
|
"patch": {
|
|
15756
16489
|
"parameters": [
|
|
@@ -15811,8 +16544,7 @@
|
|
|
15811
16544
|
"minimum": 0
|
|
15812
16545
|
},
|
|
15813
16546
|
"active": {
|
|
15814
|
-
"type": "boolean"
|
|
15815
|
-
"default": true
|
|
16547
|
+
"type": "boolean"
|
|
15816
16548
|
},
|
|
15817
16549
|
"notes": {
|
|
15818
16550
|
"type": [
|
|
@@ -15951,7 +16683,14 @@
|
|
|
15951
16683
|
}
|
|
15952
16684
|
}
|
|
15953
16685
|
}
|
|
15954
|
-
}
|
|
16686
|
+
},
|
|
16687
|
+
"operationId": "patchAdminOperationsResourcesById",
|
|
16688
|
+
"summary": "PATCH /v1/admin/operations/resources/{id}",
|
|
16689
|
+
"tags": [
|
|
16690
|
+
"operations"
|
|
16691
|
+
],
|
|
16692
|
+
"x-voyant-module": "operations",
|
|
16693
|
+
"x-voyant-surface": "admin"
|
|
15955
16694
|
},
|
|
15956
16695
|
"delete": {
|
|
15957
16696
|
"parameters": [
|
|
@@ -16004,7 +16743,14 @@
|
|
|
16004
16743
|
}
|
|
16005
16744
|
}
|
|
16006
16745
|
}
|
|
16007
|
-
}
|
|
16746
|
+
},
|
|
16747
|
+
"operationId": "deleteAdminOperationsResourcesById",
|
|
16748
|
+
"summary": "DELETE /v1/admin/operations/resources/{id}",
|
|
16749
|
+
"tags": [
|
|
16750
|
+
"operations"
|
|
16751
|
+
],
|
|
16752
|
+
"x-voyant-module": "operations",
|
|
16753
|
+
"x-voyant-surface": "admin"
|
|
16008
16754
|
}
|
|
16009
16755
|
},
|
|
16010
16756
|
"/v1/admin/operations/pools": {
|
|
@@ -16164,7 +16910,14 @@
|
|
|
16164
16910
|
}
|
|
16165
16911
|
}
|
|
16166
16912
|
}
|
|
16167
|
-
}
|
|
16913
|
+
},
|
|
16914
|
+
"operationId": "getAdminOperationsPools",
|
|
16915
|
+
"summary": "GET /v1/admin/operations/pools",
|
|
16916
|
+
"tags": [
|
|
16917
|
+
"operations"
|
|
16918
|
+
],
|
|
16919
|
+
"x-voyant-module": "operations",
|
|
16920
|
+
"x-voyant-surface": "admin"
|
|
16168
16921
|
},
|
|
16169
16922
|
"post": {
|
|
16170
16923
|
"requestBody": {
|
|
@@ -16315,7 +17068,14 @@
|
|
|
16315
17068
|
}
|
|
16316
17069
|
}
|
|
16317
17070
|
}
|
|
16318
|
-
}
|
|
17071
|
+
},
|
|
17072
|
+
"operationId": "postAdminOperationsPools",
|
|
17073
|
+
"summary": "POST /v1/admin/operations/pools",
|
|
17074
|
+
"tags": [
|
|
17075
|
+
"operations"
|
|
17076
|
+
],
|
|
17077
|
+
"x-voyant-module": "operations",
|
|
17078
|
+
"x-voyant-surface": "admin"
|
|
16319
17079
|
}
|
|
16320
17080
|
},
|
|
16321
17081
|
"/v1/admin/operations/pools/batch-update": {
|
|
@@ -16367,8 +17127,7 @@
|
|
|
16367
17127
|
"minimum": 0
|
|
16368
17128
|
},
|
|
16369
17129
|
"active": {
|
|
16370
|
-
"type": "boolean"
|
|
16371
|
-
"default": true
|
|
17130
|
+
"type": "boolean"
|
|
16372
17131
|
},
|
|
16373
17132
|
"notes": {
|
|
16374
17133
|
"type": [
|
|
@@ -16511,7 +17270,14 @@
|
|
|
16511
17270
|
}
|
|
16512
17271
|
}
|
|
16513
17272
|
}
|
|
16514
|
-
}
|
|
17273
|
+
},
|
|
17274
|
+
"operationId": "postAdminOperationsPoolsBatchUpdate",
|
|
17275
|
+
"summary": "POST /v1/admin/operations/pools/batch-update",
|
|
17276
|
+
"tags": [
|
|
17277
|
+
"operations"
|
|
17278
|
+
],
|
|
17279
|
+
"x-voyant-module": "operations",
|
|
17280
|
+
"x-voyant-surface": "admin"
|
|
16515
17281
|
}
|
|
16516
17282
|
},
|
|
16517
17283
|
"/v1/admin/operations/pools/batch-delete": {
|
|
@@ -16606,7 +17372,14 @@
|
|
|
16606
17372
|
}
|
|
16607
17373
|
}
|
|
16608
17374
|
}
|
|
16609
|
-
}
|
|
17375
|
+
},
|
|
17376
|
+
"operationId": "postAdminOperationsPoolsBatchDelete",
|
|
17377
|
+
"summary": "POST /v1/admin/operations/pools/batch-delete",
|
|
17378
|
+
"tags": [
|
|
17379
|
+
"operations"
|
|
17380
|
+
],
|
|
17381
|
+
"x-voyant-module": "operations",
|
|
17382
|
+
"x-voyant-surface": "admin"
|
|
16610
17383
|
}
|
|
16611
17384
|
},
|
|
16612
17385
|
"/v1/admin/operations/pools/{id}": {
|
|
@@ -16715,7 +17488,14 @@
|
|
|
16715
17488
|
}
|
|
16716
17489
|
}
|
|
16717
17490
|
}
|
|
16718
|
-
}
|
|
17491
|
+
},
|
|
17492
|
+
"operationId": "getAdminOperationsPoolsById",
|
|
17493
|
+
"summary": "GET /v1/admin/operations/pools/{id}",
|
|
17494
|
+
"tags": [
|
|
17495
|
+
"operations"
|
|
17496
|
+
],
|
|
17497
|
+
"x-voyant-module": "operations",
|
|
17498
|
+
"x-voyant-surface": "admin"
|
|
16719
17499
|
},
|
|
16720
17500
|
"patch": {
|
|
16721
17501
|
"parameters": [
|
|
@@ -16764,8 +17544,7 @@
|
|
|
16764
17544
|
"minimum": 0
|
|
16765
17545
|
},
|
|
16766
17546
|
"active": {
|
|
16767
|
-
"type": "boolean"
|
|
16768
|
-
"default": true
|
|
17547
|
+
"type": "boolean"
|
|
16769
17548
|
},
|
|
16770
17549
|
"notes": {
|
|
16771
17550
|
"type": [
|
|
@@ -16890,7 +17669,14 @@
|
|
|
16890
17669
|
}
|
|
16891
17670
|
}
|
|
16892
17671
|
}
|
|
16893
|
-
}
|
|
17672
|
+
},
|
|
17673
|
+
"operationId": "patchAdminOperationsPoolsById",
|
|
17674
|
+
"summary": "PATCH /v1/admin/operations/pools/{id}",
|
|
17675
|
+
"tags": [
|
|
17676
|
+
"operations"
|
|
17677
|
+
],
|
|
17678
|
+
"x-voyant-module": "operations",
|
|
17679
|
+
"x-voyant-surface": "admin"
|
|
16894
17680
|
},
|
|
16895
17681
|
"delete": {
|
|
16896
17682
|
"parameters": [
|
|
@@ -16943,7 +17729,14 @@
|
|
|
16943
17729
|
}
|
|
16944
17730
|
}
|
|
16945
17731
|
}
|
|
16946
|
-
}
|
|
17732
|
+
},
|
|
17733
|
+
"operationId": "deleteAdminOperationsPoolsById",
|
|
17734
|
+
"summary": "DELETE /v1/admin/operations/pools/{id}",
|
|
17735
|
+
"tags": [
|
|
17736
|
+
"operations"
|
|
17737
|
+
],
|
|
17738
|
+
"x-voyant-module": "operations",
|
|
17739
|
+
"x-voyant-surface": "admin"
|
|
16947
17740
|
}
|
|
16948
17741
|
},
|
|
16949
17742
|
"/v1/admin/operations/pool-members": {
|
|
@@ -17044,7 +17837,14 @@
|
|
|
17044
17837
|
}
|
|
17045
17838
|
}
|
|
17046
17839
|
}
|
|
17047
|
-
}
|
|
17840
|
+
},
|
|
17841
|
+
"operationId": "getAdminOperationsPoolMembers",
|
|
17842
|
+
"summary": "GET /v1/admin/operations/pool-members",
|
|
17843
|
+
"tags": [
|
|
17844
|
+
"operations"
|
|
17845
|
+
],
|
|
17846
|
+
"x-voyant-module": "operations",
|
|
17847
|
+
"x-voyant-surface": "admin"
|
|
17048
17848
|
},
|
|
17049
17849
|
"post": {
|
|
17050
17850
|
"requestBody": {
|
|
@@ -17162,7 +17962,14 @@
|
|
|
17162
17962
|
}
|
|
17163
17963
|
}
|
|
17164
17964
|
}
|
|
17165
|
-
}
|
|
17965
|
+
},
|
|
17966
|
+
"operationId": "postAdminOperationsPoolMembers",
|
|
17967
|
+
"summary": "POST /v1/admin/operations/pool-members",
|
|
17968
|
+
"tags": [
|
|
17969
|
+
"operations"
|
|
17970
|
+
],
|
|
17971
|
+
"x-voyant-module": "operations",
|
|
17972
|
+
"x-voyant-surface": "admin"
|
|
17166
17973
|
}
|
|
17167
17974
|
},
|
|
17168
17975
|
"/v1/admin/operations/pool-members/{id}": {
|
|
@@ -17217,7 +18024,14 @@
|
|
|
17217
18024
|
}
|
|
17218
18025
|
}
|
|
17219
18026
|
}
|
|
17220
|
-
}
|
|
18027
|
+
},
|
|
18028
|
+
"operationId": "deleteAdminOperationsPoolMembersById",
|
|
18029
|
+
"summary": "DELETE /v1/admin/operations/pool-members/{id}",
|
|
18030
|
+
"tags": [
|
|
18031
|
+
"operations"
|
|
18032
|
+
],
|
|
18033
|
+
"x-voyant-module": "operations",
|
|
18034
|
+
"x-voyant-surface": "admin"
|
|
17221
18035
|
}
|
|
17222
18036
|
},
|
|
17223
18037
|
"/v1/admin/operations/requirements": {
|
|
@@ -17368,7 +18182,14 @@
|
|
|
17368
18182
|
}
|
|
17369
18183
|
}
|
|
17370
18184
|
}
|
|
17371
|
-
}
|
|
18185
|
+
},
|
|
18186
|
+
"operationId": "getAdminOperationsRequirements",
|
|
18187
|
+
"summary": "GET /v1/admin/operations/requirements",
|
|
18188
|
+
"tags": [
|
|
18189
|
+
"operations"
|
|
18190
|
+
],
|
|
18191
|
+
"x-voyant-module": "operations",
|
|
18192
|
+
"x-voyant-surface": "admin"
|
|
17372
18193
|
},
|
|
17373
18194
|
"post": {
|
|
17374
18195
|
"requestBody": {
|
|
@@ -17531,7 +18352,14 @@
|
|
|
17531
18352
|
}
|
|
17532
18353
|
}
|
|
17533
18354
|
}
|
|
17534
|
-
}
|
|
18355
|
+
},
|
|
18356
|
+
"operationId": "postAdminOperationsRequirements",
|
|
18357
|
+
"summary": "POST /v1/admin/operations/requirements",
|
|
18358
|
+
"tags": [
|
|
18359
|
+
"operations"
|
|
18360
|
+
],
|
|
18361
|
+
"x-voyant-module": "operations",
|
|
18362
|
+
"x-voyant-surface": "admin"
|
|
17535
18363
|
}
|
|
17536
18364
|
},
|
|
17537
18365
|
"/v1/admin/operations/requirements/batch-update": {
|
|
@@ -17574,20 +18402,17 @@
|
|
|
17574
18402
|
},
|
|
17575
18403
|
"quantityRequired": {
|
|
17576
18404
|
"type": "integer",
|
|
17577
|
-
"minimum": 1
|
|
17578
|
-
"default": 1
|
|
18405
|
+
"minimum": 1
|
|
17579
18406
|
},
|
|
17580
18407
|
"allocationMode": {
|
|
17581
18408
|
"type": "string",
|
|
17582
18409
|
"enum": [
|
|
17583
18410
|
"shared",
|
|
17584
18411
|
"exclusive"
|
|
17585
|
-
]
|
|
17586
|
-
"default": "shared"
|
|
18412
|
+
]
|
|
17587
18413
|
},
|
|
17588
18414
|
"priority": {
|
|
17589
|
-
"type": "integer"
|
|
17590
|
-
"default": 0
|
|
18415
|
+
"type": "integer"
|
|
17591
18416
|
}
|
|
17592
18417
|
}
|
|
17593
18418
|
}
|
|
@@ -17721,7 +18546,14 @@
|
|
|
17721
18546
|
}
|
|
17722
18547
|
}
|
|
17723
18548
|
}
|
|
17724
|
-
}
|
|
18549
|
+
},
|
|
18550
|
+
"operationId": "postAdminOperationsRequirementsBatchUpdate",
|
|
18551
|
+
"summary": "POST /v1/admin/operations/requirements/batch-update",
|
|
18552
|
+
"tags": [
|
|
18553
|
+
"operations"
|
|
18554
|
+
],
|
|
18555
|
+
"x-voyant-module": "operations",
|
|
18556
|
+
"x-voyant-surface": "admin"
|
|
17725
18557
|
}
|
|
17726
18558
|
},
|
|
17727
18559
|
"/v1/admin/operations/requirements/batch-delete": {
|
|
@@ -17816,7 +18648,14 @@
|
|
|
17816
18648
|
}
|
|
17817
18649
|
}
|
|
17818
18650
|
}
|
|
17819
|
-
}
|
|
18651
|
+
},
|
|
18652
|
+
"operationId": "postAdminOperationsRequirementsBatchDelete",
|
|
18653
|
+
"summary": "POST /v1/admin/operations/requirements/batch-delete",
|
|
18654
|
+
"tags": [
|
|
18655
|
+
"operations"
|
|
18656
|
+
],
|
|
18657
|
+
"x-voyant-module": "operations",
|
|
18658
|
+
"x-voyant-surface": "admin"
|
|
17820
18659
|
}
|
|
17821
18660
|
},
|
|
17822
18661
|
"/v1/admin/operations/requirements/{id}": {
|
|
@@ -17922,7 +18761,14 @@
|
|
|
17922
18761
|
}
|
|
17923
18762
|
}
|
|
17924
18763
|
}
|
|
17925
|
-
}
|
|
18764
|
+
},
|
|
18765
|
+
"operationId": "getAdminOperationsRequirementsById",
|
|
18766
|
+
"summary": "GET /v1/admin/operations/requirements/{id}",
|
|
18767
|
+
"tags": [
|
|
18768
|
+
"operations"
|
|
18769
|
+
],
|
|
18770
|
+
"x-voyant-module": "operations",
|
|
18771
|
+
"x-voyant-surface": "admin"
|
|
17926
18772
|
},
|
|
17927
18773
|
"patch": {
|
|
17928
18774
|
"parameters": [
|
|
@@ -17962,20 +18808,17 @@
|
|
|
17962
18808
|
},
|
|
17963
18809
|
"quantityRequired": {
|
|
17964
18810
|
"type": "integer",
|
|
17965
|
-
"minimum": 1
|
|
17966
|
-
"default": 1
|
|
18811
|
+
"minimum": 1
|
|
17967
18812
|
},
|
|
17968
18813
|
"allocationMode": {
|
|
17969
18814
|
"type": "string",
|
|
17970
18815
|
"enum": [
|
|
17971
18816
|
"shared",
|
|
17972
18817
|
"exclusive"
|
|
17973
|
-
]
|
|
17974
|
-
"default": "shared"
|
|
18818
|
+
]
|
|
17975
18819
|
},
|
|
17976
18820
|
"priority": {
|
|
17977
|
-
"type": "integer"
|
|
17978
|
-
"default": 0
|
|
18821
|
+
"type": "integer"
|
|
17979
18822
|
}
|
|
17980
18823
|
}
|
|
17981
18824
|
}
|
|
@@ -18091,7 +18934,14 @@
|
|
|
18091
18934
|
}
|
|
18092
18935
|
}
|
|
18093
18936
|
}
|
|
18094
|
-
}
|
|
18937
|
+
},
|
|
18938
|
+
"operationId": "patchAdminOperationsRequirementsById",
|
|
18939
|
+
"summary": "PATCH /v1/admin/operations/requirements/{id}",
|
|
18940
|
+
"tags": [
|
|
18941
|
+
"operations"
|
|
18942
|
+
],
|
|
18943
|
+
"x-voyant-module": "operations",
|
|
18944
|
+
"x-voyant-surface": "admin"
|
|
18095
18945
|
},
|
|
18096
18946
|
"delete": {
|
|
18097
18947
|
"parameters": [
|
|
@@ -18144,7 +18994,14 @@
|
|
|
18144
18994
|
}
|
|
18145
18995
|
}
|
|
18146
18996
|
}
|
|
18147
|
-
}
|
|
18997
|
+
},
|
|
18998
|
+
"operationId": "deleteAdminOperationsRequirementsById",
|
|
18999
|
+
"summary": "DELETE /v1/admin/operations/requirements/{id}",
|
|
19000
|
+
"tags": [
|
|
19001
|
+
"operations"
|
|
19002
|
+
],
|
|
19003
|
+
"x-voyant-module": "operations",
|
|
19004
|
+
"x-voyant-surface": "admin"
|
|
18148
19005
|
}
|
|
18149
19006
|
},
|
|
18150
19007
|
"/v1/admin/operations/allocations": {
|
|
@@ -18295,7 +19152,14 @@
|
|
|
18295
19152
|
}
|
|
18296
19153
|
}
|
|
18297
19154
|
}
|
|
18298
|
-
}
|
|
19155
|
+
},
|
|
19156
|
+
"operationId": "getAdminOperationsAllocations",
|
|
19157
|
+
"summary": "GET /v1/admin/operations/allocations",
|
|
19158
|
+
"tags": [
|
|
19159
|
+
"operations"
|
|
19160
|
+
],
|
|
19161
|
+
"x-voyant-module": "operations",
|
|
19162
|
+
"x-voyant-surface": "admin"
|
|
18299
19163
|
},
|
|
18300
19164
|
"post": {
|
|
18301
19165
|
"requestBody": {
|
|
@@ -18458,7 +19322,14 @@
|
|
|
18458
19322
|
}
|
|
18459
19323
|
}
|
|
18460
19324
|
}
|
|
18461
|
-
}
|
|
19325
|
+
},
|
|
19326
|
+
"operationId": "postAdminOperationsAllocations",
|
|
19327
|
+
"summary": "POST /v1/admin/operations/allocations",
|
|
19328
|
+
"tags": [
|
|
19329
|
+
"operations"
|
|
19330
|
+
],
|
|
19331
|
+
"x-voyant-module": "operations",
|
|
19332
|
+
"x-voyant-surface": "admin"
|
|
18462
19333
|
}
|
|
18463
19334
|
},
|
|
18464
19335
|
"/v1/admin/operations/allocations/batch-update": {
|
|
@@ -18501,20 +19372,17 @@
|
|
|
18501
19372
|
},
|
|
18502
19373
|
"quantityRequired": {
|
|
18503
19374
|
"type": "integer",
|
|
18504
|
-
"minimum": 1
|
|
18505
|
-
"default": 1
|
|
19375
|
+
"minimum": 1
|
|
18506
19376
|
},
|
|
18507
19377
|
"allocationMode": {
|
|
18508
19378
|
"type": "string",
|
|
18509
19379
|
"enum": [
|
|
18510
19380
|
"shared",
|
|
18511
19381
|
"exclusive"
|
|
18512
|
-
]
|
|
18513
|
-
"default": "shared"
|
|
19382
|
+
]
|
|
18514
19383
|
},
|
|
18515
19384
|
"priority": {
|
|
18516
|
-
"type": "integer"
|
|
18517
|
-
"default": 0
|
|
19385
|
+
"type": "integer"
|
|
18518
19386
|
}
|
|
18519
19387
|
}
|
|
18520
19388
|
}
|
|
@@ -18648,7 +19516,14 @@
|
|
|
18648
19516
|
}
|
|
18649
19517
|
}
|
|
18650
19518
|
}
|
|
18651
|
-
}
|
|
19519
|
+
},
|
|
19520
|
+
"operationId": "postAdminOperationsAllocationsBatchUpdate",
|
|
19521
|
+
"summary": "POST /v1/admin/operations/allocations/batch-update",
|
|
19522
|
+
"tags": [
|
|
19523
|
+
"operations"
|
|
19524
|
+
],
|
|
19525
|
+
"x-voyant-module": "operations",
|
|
19526
|
+
"x-voyant-surface": "admin"
|
|
18652
19527
|
}
|
|
18653
19528
|
},
|
|
18654
19529
|
"/v1/admin/operations/allocations/batch-delete": {
|
|
@@ -18743,7 +19618,14 @@
|
|
|
18743
19618
|
}
|
|
18744
19619
|
}
|
|
18745
19620
|
}
|
|
18746
|
-
}
|
|
19621
|
+
},
|
|
19622
|
+
"operationId": "postAdminOperationsAllocationsBatchDelete",
|
|
19623
|
+
"summary": "POST /v1/admin/operations/allocations/batch-delete",
|
|
19624
|
+
"tags": [
|
|
19625
|
+
"operations"
|
|
19626
|
+
],
|
|
19627
|
+
"x-voyant-module": "operations",
|
|
19628
|
+
"x-voyant-surface": "admin"
|
|
18747
19629
|
}
|
|
18748
19630
|
},
|
|
18749
19631
|
"/v1/admin/operations/allocations/{id}": {
|
|
@@ -18849,7 +19731,14 @@
|
|
|
18849
19731
|
}
|
|
18850
19732
|
}
|
|
18851
19733
|
}
|
|
18852
|
-
}
|
|
19734
|
+
},
|
|
19735
|
+
"operationId": "getAdminOperationsAllocationsById",
|
|
19736
|
+
"summary": "GET /v1/admin/operations/allocations/{id}",
|
|
19737
|
+
"tags": [
|
|
19738
|
+
"operations"
|
|
19739
|
+
],
|
|
19740
|
+
"x-voyant-module": "operations",
|
|
19741
|
+
"x-voyant-surface": "admin"
|
|
18853
19742
|
},
|
|
18854
19743
|
"patch": {
|
|
18855
19744
|
"parameters": [
|
|
@@ -18889,20 +19778,17 @@
|
|
|
18889
19778
|
},
|
|
18890
19779
|
"quantityRequired": {
|
|
18891
19780
|
"type": "integer",
|
|
18892
|
-
"minimum": 1
|
|
18893
|
-
"default": 1
|
|
19781
|
+
"minimum": 1
|
|
18894
19782
|
},
|
|
18895
19783
|
"allocationMode": {
|
|
18896
19784
|
"type": "string",
|
|
18897
19785
|
"enum": [
|
|
18898
19786
|
"shared",
|
|
18899
19787
|
"exclusive"
|
|
18900
|
-
]
|
|
18901
|
-
"default": "shared"
|
|
19788
|
+
]
|
|
18902
19789
|
},
|
|
18903
19790
|
"priority": {
|
|
18904
|
-
"type": "integer"
|
|
18905
|
-
"default": 0
|
|
19791
|
+
"type": "integer"
|
|
18906
19792
|
}
|
|
18907
19793
|
}
|
|
18908
19794
|
}
|
|
@@ -19018,7 +19904,14 @@
|
|
|
19018
19904
|
}
|
|
19019
19905
|
}
|
|
19020
19906
|
}
|
|
19021
|
-
}
|
|
19907
|
+
},
|
|
19908
|
+
"operationId": "patchAdminOperationsAllocationsById",
|
|
19909
|
+
"summary": "PATCH /v1/admin/operations/allocations/{id}",
|
|
19910
|
+
"tags": [
|
|
19911
|
+
"operations"
|
|
19912
|
+
],
|
|
19913
|
+
"x-voyant-module": "operations",
|
|
19914
|
+
"x-voyant-surface": "admin"
|
|
19022
19915
|
},
|
|
19023
19916
|
"delete": {
|
|
19024
19917
|
"parameters": [
|
|
@@ -19071,7 +19964,14 @@
|
|
|
19071
19964
|
}
|
|
19072
19965
|
}
|
|
19073
19966
|
}
|
|
19074
|
-
}
|
|
19967
|
+
},
|
|
19968
|
+
"operationId": "deleteAdminOperationsAllocationsById",
|
|
19969
|
+
"summary": "DELETE /v1/admin/operations/allocations/{id}",
|
|
19970
|
+
"tags": [
|
|
19971
|
+
"operations"
|
|
19972
|
+
],
|
|
19973
|
+
"x-voyant-module": "operations",
|
|
19974
|
+
"x-voyant-surface": "admin"
|
|
19075
19975
|
}
|
|
19076
19976
|
},
|
|
19077
19977
|
"/v1/admin/operations/slot-assignments": {
|
|
@@ -19252,7 +20152,14 @@
|
|
|
19252
20152
|
}
|
|
19253
20153
|
}
|
|
19254
20154
|
}
|
|
19255
|
-
}
|
|
20155
|
+
},
|
|
20156
|
+
"operationId": "getAdminOperationsSlotAssignments",
|
|
20157
|
+
"summary": "GET /v1/admin/operations/slot-assignments",
|
|
20158
|
+
"tags": [
|
|
20159
|
+
"operations"
|
|
20160
|
+
],
|
|
20161
|
+
"x-voyant-module": "operations",
|
|
20162
|
+
"x-voyant-surface": "admin"
|
|
19256
20163
|
},
|
|
19257
20164
|
"post": {
|
|
19258
20165
|
"requestBody": {
|
|
@@ -19294,6 +20201,10 @@
|
|
|
19294
20201
|
],
|
|
19295
20202
|
"default": "reserved"
|
|
19296
20203
|
},
|
|
20204
|
+
"assignedAt": {
|
|
20205
|
+
"type": "string",
|
|
20206
|
+
"format": "date-time"
|
|
20207
|
+
},
|
|
19297
20208
|
"assignedBy": {
|
|
19298
20209
|
"type": [
|
|
19299
20210
|
"string",
|
|
@@ -19445,7 +20356,14 @@
|
|
|
19445
20356
|
}
|
|
19446
20357
|
}
|
|
19447
20358
|
}
|
|
19448
|
-
}
|
|
20359
|
+
},
|
|
20360
|
+
"operationId": "postAdminOperationsSlotAssignments",
|
|
20361
|
+
"summary": "POST /v1/admin/operations/slot-assignments",
|
|
20362
|
+
"tags": [
|
|
20363
|
+
"operations"
|
|
20364
|
+
],
|
|
20365
|
+
"x-voyant-module": "operations",
|
|
20366
|
+
"x-voyant-surface": "admin"
|
|
19449
20367
|
}
|
|
19450
20368
|
},
|
|
19451
20369
|
"/v1/admin/operations/slot-assignments/batch-update": {
|
|
@@ -19497,8 +20415,11 @@
|
|
|
19497
20415
|
"released",
|
|
19498
20416
|
"cancelled",
|
|
19499
20417
|
"completed"
|
|
19500
|
-
]
|
|
19501
|
-
|
|
20418
|
+
]
|
|
20419
|
+
},
|
|
20420
|
+
"assignedAt": {
|
|
20421
|
+
"type": "string",
|
|
20422
|
+
"format": "date-time"
|
|
19502
20423
|
},
|
|
19503
20424
|
"assignedBy": {
|
|
19504
20425
|
"type": [
|
|
@@ -19666,7 +20587,14 @@
|
|
|
19666
20587
|
}
|
|
19667
20588
|
}
|
|
19668
20589
|
}
|
|
19669
|
-
}
|
|
20590
|
+
},
|
|
20591
|
+
"operationId": "postAdminOperationsSlotAssignmentsBatchUpdate",
|
|
20592
|
+
"summary": "POST /v1/admin/operations/slot-assignments/batch-update",
|
|
20593
|
+
"tags": [
|
|
20594
|
+
"operations"
|
|
20595
|
+
],
|
|
20596
|
+
"x-voyant-module": "operations",
|
|
20597
|
+
"x-voyant-surface": "admin"
|
|
19670
20598
|
}
|
|
19671
20599
|
},
|
|
19672
20600
|
"/v1/admin/operations/slot-assignments/batch-delete": {
|
|
@@ -19761,7 +20689,14 @@
|
|
|
19761
20689
|
}
|
|
19762
20690
|
}
|
|
19763
20691
|
}
|
|
19764
|
-
}
|
|
20692
|
+
},
|
|
20693
|
+
"operationId": "postAdminOperationsSlotAssignmentsBatchDelete",
|
|
20694
|
+
"summary": "POST /v1/admin/operations/slot-assignments/batch-delete",
|
|
20695
|
+
"tags": [
|
|
20696
|
+
"operations"
|
|
20697
|
+
],
|
|
20698
|
+
"x-voyant-module": "operations",
|
|
20699
|
+
"x-voyant-surface": "admin"
|
|
19765
20700
|
}
|
|
19766
20701
|
},
|
|
19767
20702
|
"/v1/admin/operations/slot-assignments/{id}": {
|
|
@@ -19882,7 +20817,14 @@
|
|
|
19882
20817
|
}
|
|
19883
20818
|
}
|
|
19884
20819
|
}
|
|
19885
|
-
}
|
|
20820
|
+
},
|
|
20821
|
+
"operationId": "getAdminOperationsSlotAssignmentsById",
|
|
20822
|
+
"summary": "GET /v1/admin/operations/slot-assignments/{id}",
|
|
20823
|
+
"tags": [
|
|
20824
|
+
"operations"
|
|
20825
|
+
],
|
|
20826
|
+
"x-voyant-module": "operations",
|
|
20827
|
+
"x-voyant-surface": "admin"
|
|
19886
20828
|
},
|
|
19887
20829
|
"patch": {
|
|
19888
20830
|
"parameters": [
|
|
@@ -19931,8 +20873,11 @@
|
|
|
19931
20873
|
"released",
|
|
19932
20874
|
"cancelled",
|
|
19933
20875
|
"completed"
|
|
19934
|
-
]
|
|
19935
|
-
|
|
20876
|
+
]
|
|
20877
|
+
},
|
|
20878
|
+
"assignedAt": {
|
|
20879
|
+
"type": "string",
|
|
20880
|
+
"format": "date-time"
|
|
19936
20881
|
},
|
|
19937
20882
|
"assignedBy": {
|
|
19938
20883
|
"type": [
|
|
@@ -20082,7 +21027,14 @@
|
|
|
20082
21027
|
}
|
|
20083
21028
|
}
|
|
20084
21029
|
}
|
|
20085
|
-
}
|
|
21030
|
+
},
|
|
21031
|
+
"operationId": "patchAdminOperationsSlotAssignmentsById",
|
|
21032
|
+
"summary": "PATCH /v1/admin/operations/slot-assignments/{id}",
|
|
21033
|
+
"tags": [
|
|
21034
|
+
"operations"
|
|
21035
|
+
],
|
|
21036
|
+
"x-voyant-module": "operations",
|
|
21037
|
+
"x-voyant-surface": "admin"
|
|
20086
21038
|
},
|
|
20087
21039
|
"delete": {
|
|
20088
21040
|
"parameters": [
|
|
@@ -20135,7 +21087,14 @@
|
|
|
20135
21087
|
}
|
|
20136
21088
|
}
|
|
20137
21089
|
}
|
|
20138
|
-
}
|
|
21090
|
+
},
|
|
21091
|
+
"operationId": "deleteAdminOperationsSlotAssignmentsById",
|
|
21092
|
+
"summary": "DELETE /v1/admin/operations/slot-assignments/{id}",
|
|
21093
|
+
"tags": [
|
|
21094
|
+
"operations"
|
|
21095
|
+
],
|
|
21096
|
+
"x-voyant-module": "operations",
|
|
21097
|
+
"x-voyant-surface": "admin"
|
|
20139
21098
|
}
|
|
20140
21099
|
},
|
|
20141
21100
|
"/v1/admin/operations/closeouts": {
|
|
@@ -20265,7 +21224,14 @@
|
|
|
20265
21224
|
}
|
|
20266
21225
|
}
|
|
20267
21226
|
}
|
|
20268
|
-
}
|
|
21227
|
+
},
|
|
21228
|
+
"operationId": "getAdminOperationsCloseouts",
|
|
21229
|
+
"summary": "GET /v1/admin/operations/closeouts",
|
|
21230
|
+
"tags": [
|
|
21231
|
+
"operations"
|
|
21232
|
+
],
|
|
21233
|
+
"x-voyant-module": "operations",
|
|
21234
|
+
"x-voyant-surface": "admin"
|
|
20269
21235
|
},
|
|
20270
21236
|
"post": {
|
|
20271
21237
|
"requestBody": {
|
|
@@ -20419,8 +21385,33 @@
|
|
|
20419
21385
|
}
|
|
20420
21386
|
}
|
|
20421
21387
|
}
|
|
21388
|
+
},
|
|
21389
|
+
"409": {
|
|
21390
|
+
"description": "Resource closeout overlaps an existing closeout",
|
|
21391
|
+
"content": {
|
|
21392
|
+
"application/json": {
|
|
21393
|
+
"schema": {
|
|
21394
|
+
"type": "object",
|
|
21395
|
+
"properties": {
|
|
21396
|
+
"error": {
|
|
21397
|
+
"type": "string"
|
|
21398
|
+
}
|
|
21399
|
+
},
|
|
21400
|
+
"required": [
|
|
21401
|
+
"error"
|
|
21402
|
+
]
|
|
21403
|
+
}
|
|
21404
|
+
}
|
|
21405
|
+
}
|
|
20422
21406
|
}
|
|
20423
|
-
}
|
|
21407
|
+
},
|
|
21408
|
+
"operationId": "postAdminOperationsCloseouts",
|
|
21409
|
+
"summary": "POST /v1/admin/operations/closeouts",
|
|
21410
|
+
"tags": [
|
|
21411
|
+
"operations"
|
|
21412
|
+
],
|
|
21413
|
+
"x-voyant-module": "operations",
|
|
21414
|
+
"x-voyant-surface": "admin"
|
|
20424
21415
|
}
|
|
20425
21416
|
},
|
|
20426
21417
|
"/v1/admin/operations/closeouts/batch-update": {
|
|
@@ -20602,7 +21593,14 @@
|
|
|
20602
21593
|
}
|
|
20603
21594
|
}
|
|
20604
21595
|
}
|
|
20605
|
-
}
|
|
21596
|
+
},
|
|
21597
|
+
"operationId": "postAdminOperationsCloseoutsBatchUpdate",
|
|
21598
|
+
"summary": "POST /v1/admin/operations/closeouts/batch-update",
|
|
21599
|
+
"tags": [
|
|
21600
|
+
"operations"
|
|
21601
|
+
],
|
|
21602
|
+
"x-voyant-module": "operations",
|
|
21603
|
+
"x-voyant-surface": "admin"
|
|
20606
21604
|
}
|
|
20607
21605
|
},
|
|
20608
21606
|
"/v1/admin/operations/closeouts/batch-delete": {
|
|
@@ -20697,7 +21695,14 @@
|
|
|
20697
21695
|
}
|
|
20698
21696
|
}
|
|
20699
21697
|
}
|
|
20700
|
-
}
|
|
21698
|
+
},
|
|
21699
|
+
"operationId": "postAdminOperationsCloseoutsBatchDelete",
|
|
21700
|
+
"summary": "POST /v1/admin/operations/closeouts/batch-delete",
|
|
21701
|
+
"tags": [
|
|
21702
|
+
"operations"
|
|
21703
|
+
],
|
|
21704
|
+
"x-voyant-module": "operations",
|
|
21705
|
+
"x-voyant-surface": "admin"
|
|
20701
21706
|
}
|
|
20702
21707
|
},
|
|
20703
21708
|
"/v1/admin/operations/closeouts/{id}": {
|
|
@@ -20797,7 +21802,14 @@
|
|
|
20797
21802
|
}
|
|
20798
21803
|
}
|
|
20799
21804
|
}
|
|
20800
|
-
}
|
|
21805
|
+
},
|
|
21806
|
+
"operationId": "getAdminOperationsCloseoutsById",
|
|
21807
|
+
"summary": "GET /v1/admin/operations/closeouts/{id}",
|
|
21808
|
+
"tags": [
|
|
21809
|
+
"operations"
|
|
21810
|
+
],
|
|
21811
|
+
"x-voyant-module": "operations",
|
|
21812
|
+
"x-voyant-surface": "admin"
|
|
20801
21813
|
},
|
|
20802
21814
|
"patch": {
|
|
20803
21815
|
"parameters": [
|
|
@@ -20957,8 +21969,33 @@
|
|
|
20957
21969
|
}
|
|
20958
21970
|
}
|
|
20959
21971
|
}
|
|
21972
|
+
},
|
|
21973
|
+
"409": {
|
|
21974
|
+
"description": "Resource closeout overlaps an existing closeout",
|
|
21975
|
+
"content": {
|
|
21976
|
+
"application/json": {
|
|
21977
|
+
"schema": {
|
|
21978
|
+
"type": "object",
|
|
21979
|
+
"properties": {
|
|
21980
|
+
"error": {
|
|
21981
|
+
"type": "string"
|
|
21982
|
+
}
|
|
21983
|
+
},
|
|
21984
|
+
"required": [
|
|
21985
|
+
"error"
|
|
21986
|
+
]
|
|
21987
|
+
}
|
|
21988
|
+
}
|
|
21989
|
+
}
|
|
20960
21990
|
}
|
|
20961
|
-
}
|
|
21991
|
+
},
|
|
21992
|
+
"operationId": "patchAdminOperationsCloseoutsById",
|
|
21993
|
+
"summary": "PATCH /v1/admin/operations/closeouts/{id}",
|
|
21994
|
+
"tags": [
|
|
21995
|
+
"operations"
|
|
21996
|
+
],
|
|
21997
|
+
"x-voyant-module": "operations",
|
|
21998
|
+
"x-voyant-surface": "admin"
|
|
20962
21999
|
},
|
|
20963
22000
|
"delete": {
|
|
20964
22001
|
"parameters": [
|
|
@@ -21011,7 +22048,14 @@
|
|
|
21011
22048
|
}
|
|
21012
22049
|
}
|
|
21013
22050
|
}
|
|
21014
|
-
}
|
|
22051
|
+
},
|
|
22052
|
+
"operationId": "deleteAdminOperationsCloseoutsById",
|
|
22053
|
+
"summary": "DELETE /v1/admin/operations/closeouts/{id}",
|
|
22054
|
+
"tags": [
|
|
22055
|
+
"operations"
|
|
22056
|
+
],
|
|
22057
|
+
"x-voyant-module": "operations",
|
|
22058
|
+
"x-voyant-surface": "admin"
|
|
21015
22059
|
}
|
|
21016
22060
|
},
|
|
21017
22061
|
"/v1/admin/operations/operators": {
|
|
@@ -21158,7 +22202,14 @@
|
|
|
21158
22202
|
}
|
|
21159
22203
|
}
|
|
21160
22204
|
}
|
|
21161
|
-
}
|
|
22205
|
+
},
|
|
22206
|
+
"operationId": "getAdminOperationsOperators",
|
|
22207
|
+
"summary": "GET /v1/admin/operations/operators",
|
|
22208
|
+
"tags": [
|
|
22209
|
+
"operations"
|
|
22210
|
+
],
|
|
22211
|
+
"x-voyant-module": "operations",
|
|
22212
|
+
"x-voyant-surface": "admin"
|
|
21162
22213
|
},
|
|
21163
22214
|
"post": {
|
|
21164
22215
|
"requestBody": {
|
|
@@ -21299,7 +22350,14 @@
|
|
|
21299
22350
|
}
|
|
21300
22351
|
}
|
|
21301
22352
|
}
|
|
21302
|
-
}
|
|
22353
|
+
},
|
|
22354
|
+
"operationId": "postAdminOperationsOperators",
|
|
22355
|
+
"summary": "POST /v1/admin/operations/operators",
|
|
22356
|
+
"tags": [
|
|
22357
|
+
"operations"
|
|
22358
|
+
],
|
|
22359
|
+
"x-voyant-module": "operations",
|
|
22360
|
+
"x-voyant-surface": "admin"
|
|
21303
22361
|
}
|
|
21304
22362
|
},
|
|
21305
22363
|
"/v1/admin/operations/operators/{id}": {
|
|
@@ -21403,7 +22461,14 @@
|
|
|
21403
22461
|
}
|
|
21404
22462
|
}
|
|
21405
22463
|
}
|
|
21406
|
-
}
|
|
22464
|
+
},
|
|
22465
|
+
"operationId": "getAdminOperationsOperatorsById",
|
|
22466
|
+
"summary": "GET /v1/admin/operations/operators/{id}",
|
|
22467
|
+
"tags": [
|
|
22468
|
+
"operations"
|
|
22469
|
+
],
|
|
22470
|
+
"x-voyant-module": "operations",
|
|
22471
|
+
"x-voyant-surface": "admin"
|
|
21407
22472
|
},
|
|
21408
22473
|
"patch": {
|
|
21409
22474
|
"parameters": [
|
|
@@ -21569,7 +22634,14 @@
|
|
|
21569
22634
|
}
|
|
21570
22635
|
}
|
|
21571
22636
|
}
|
|
21572
|
-
}
|
|
22637
|
+
},
|
|
22638
|
+
"operationId": "patchAdminOperationsOperatorsById",
|
|
22639
|
+
"summary": "PATCH /v1/admin/operations/operators/{id}",
|
|
22640
|
+
"tags": [
|
|
22641
|
+
"operations"
|
|
22642
|
+
],
|
|
22643
|
+
"x-voyant-module": "operations",
|
|
22644
|
+
"x-voyant-surface": "admin"
|
|
21573
22645
|
},
|
|
21574
22646
|
"delete": {
|
|
21575
22647
|
"parameters": [
|
|
@@ -21622,7 +22694,14 @@
|
|
|
21622
22694
|
}
|
|
21623
22695
|
}
|
|
21624
22696
|
}
|
|
21625
|
-
}
|
|
22697
|
+
},
|
|
22698
|
+
"operationId": "deleteAdminOperationsOperatorsById",
|
|
22699
|
+
"summary": "DELETE /v1/admin/operations/operators/{id}",
|
|
22700
|
+
"tags": [
|
|
22701
|
+
"operations"
|
|
22702
|
+
],
|
|
22703
|
+
"x-voyant-module": "operations",
|
|
22704
|
+
"x-voyant-surface": "admin"
|
|
21626
22705
|
}
|
|
21627
22706
|
},
|
|
21628
22707
|
"/v1/admin/operations/vehicles": {
|
|
@@ -21840,7 +22919,14 @@
|
|
|
21840
22919
|
}
|
|
21841
22920
|
}
|
|
21842
22921
|
}
|
|
21843
|
-
}
|
|
22922
|
+
},
|
|
22923
|
+
"operationId": "getAdminOperationsVehicles",
|
|
22924
|
+
"summary": "GET /v1/admin/operations/vehicles",
|
|
22925
|
+
"tags": [
|
|
22926
|
+
"operations"
|
|
22927
|
+
],
|
|
22928
|
+
"x-voyant-module": "operations",
|
|
22929
|
+
"x-voyant-surface": "admin"
|
|
21844
22930
|
},
|
|
21845
22931
|
"post": {
|
|
21846
22932
|
"requestBody": {
|
|
@@ -22084,7 +23170,14 @@
|
|
|
22084
23170
|
}
|
|
22085
23171
|
}
|
|
22086
23172
|
}
|
|
22087
|
-
}
|
|
23173
|
+
},
|
|
23174
|
+
"operationId": "postAdminOperationsVehicles",
|
|
23175
|
+
"summary": "POST /v1/admin/operations/vehicles",
|
|
23176
|
+
"tags": [
|
|
23177
|
+
"operations"
|
|
23178
|
+
],
|
|
23179
|
+
"x-voyant-module": "operations",
|
|
23180
|
+
"x-voyant-surface": "admin"
|
|
22088
23181
|
}
|
|
22089
23182
|
},
|
|
22090
23183
|
"/v1/admin/operations/vehicles/{id}": {
|
|
@@ -22240,7 +23333,14 @@
|
|
|
22240
23333
|
}
|
|
22241
23334
|
}
|
|
22242
23335
|
}
|
|
22243
|
-
}
|
|
23336
|
+
},
|
|
23337
|
+
"operationId": "getAdminOperationsVehiclesById",
|
|
23338
|
+
"summary": "GET /v1/admin/operations/vehicles/{id}",
|
|
23339
|
+
"tags": [
|
|
23340
|
+
"operations"
|
|
23341
|
+
],
|
|
23342
|
+
"x-voyant-module": "operations",
|
|
23343
|
+
"x-voyant-surface": "admin"
|
|
22244
23344
|
},
|
|
22245
23345
|
"patch": {
|
|
22246
23346
|
"parameters": [
|
|
@@ -22509,7 +23609,14 @@
|
|
|
22509
23609
|
}
|
|
22510
23610
|
}
|
|
22511
23611
|
}
|
|
22512
|
-
}
|
|
23612
|
+
},
|
|
23613
|
+
"operationId": "patchAdminOperationsVehiclesById",
|
|
23614
|
+
"summary": "PATCH /v1/admin/operations/vehicles/{id}",
|
|
23615
|
+
"tags": [
|
|
23616
|
+
"operations"
|
|
23617
|
+
],
|
|
23618
|
+
"x-voyant-module": "operations",
|
|
23619
|
+
"x-voyant-surface": "admin"
|
|
22513
23620
|
},
|
|
22514
23621
|
"delete": {
|
|
22515
23622
|
"parameters": [
|
|
@@ -22562,7 +23669,14 @@
|
|
|
22562
23669
|
}
|
|
22563
23670
|
}
|
|
22564
23671
|
}
|
|
22565
|
-
}
|
|
23672
|
+
},
|
|
23673
|
+
"operationId": "deleteAdminOperationsVehiclesById",
|
|
23674
|
+
"summary": "DELETE /v1/admin/operations/vehicles/{id}",
|
|
23675
|
+
"tags": [
|
|
23676
|
+
"operations"
|
|
23677
|
+
],
|
|
23678
|
+
"x-voyant-module": "operations",
|
|
23679
|
+
"x-voyant-surface": "admin"
|
|
22566
23680
|
}
|
|
22567
23681
|
},
|
|
22568
23682
|
"/v1/admin/operations/drivers": {
|
|
@@ -22717,7 +23831,14 @@
|
|
|
22717
23831
|
}
|
|
22718
23832
|
}
|
|
22719
23833
|
}
|
|
22720
|
-
}
|
|
23834
|
+
},
|
|
23835
|
+
"operationId": "getAdminOperationsDrivers",
|
|
23836
|
+
"summary": "GET /v1/admin/operations/drivers",
|
|
23837
|
+
"tags": [
|
|
23838
|
+
"operations"
|
|
23839
|
+
],
|
|
23840
|
+
"x-voyant-module": "operations",
|
|
23841
|
+
"x-voyant-surface": "admin"
|
|
22721
23842
|
},
|
|
22722
23843
|
"post": {
|
|
22723
23844
|
"requestBody": {
|
|
@@ -22875,7 +23996,14 @@
|
|
|
22875
23996
|
}
|
|
22876
23997
|
}
|
|
22877
23998
|
}
|
|
22878
|
-
}
|
|
23999
|
+
},
|
|
24000
|
+
"operationId": "postAdminOperationsDrivers",
|
|
24001
|
+
"summary": "POST /v1/admin/operations/drivers",
|
|
24002
|
+
"tags": [
|
|
24003
|
+
"operations"
|
|
24004
|
+
],
|
|
24005
|
+
"x-voyant-module": "operations",
|
|
24006
|
+
"x-voyant-surface": "admin"
|
|
22879
24007
|
}
|
|
22880
24008
|
},
|
|
22881
24009
|
"/v1/admin/operations/drivers/{id}": {
|
|
@@ -22987,7 +24115,14 @@
|
|
|
22987
24115
|
}
|
|
22988
24116
|
}
|
|
22989
24117
|
}
|
|
22990
|
-
}
|
|
24118
|
+
},
|
|
24119
|
+
"operationId": "getAdminOperationsDriversById",
|
|
24120
|
+
"summary": "GET /v1/admin/operations/drivers/{id}",
|
|
24121
|
+
"tags": [
|
|
24122
|
+
"operations"
|
|
24123
|
+
],
|
|
24124
|
+
"x-voyant-module": "operations",
|
|
24125
|
+
"x-voyant-surface": "admin"
|
|
22991
24126
|
},
|
|
22992
24127
|
"patch": {
|
|
22993
24128
|
"parameters": [
|
|
@@ -23170,7 +24305,14 @@
|
|
|
23170
24305
|
}
|
|
23171
24306
|
}
|
|
23172
24307
|
}
|
|
23173
|
-
}
|
|
24308
|
+
},
|
|
24309
|
+
"operationId": "patchAdminOperationsDriversById",
|
|
24310
|
+
"summary": "PATCH /v1/admin/operations/drivers/{id}",
|
|
24311
|
+
"tags": [
|
|
24312
|
+
"operations"
|
|
24313
|
+
],
|
|
24314
|
+
"x-voyant-module": "operations",
|
|
24315
|
+
"x-voyant-surface": "admin"
|
|
23174
24316
|
},
|
|
23175
24317
|
"delete": {
|
|
23176
24318
|
"parameters": [
|
|
@@ -23223,7 +24365,14 @@
|
|
|
23223
24365
|
}
|
|
23224
24366
|
}
|
|
23225
24367
|
}
|
|
23226
|
-
}
|
|
24368
|
+
},
|
|
24369
|
+
"operationId": "deleteAdminOperationsDriversById",
|
|
24370
|
+
"summary": "DELETE /v1/admin/operations/drivers/{id}",
|
|
24371
|
+
"tags": [
|
|
24372
|
+
"operations"
|
|
24373
|
+
],
|
|
24374
|
+
"x-voyant-module": "operations",
|
|
24375
|
+
"x-voyant-surface": "admin"
|
|
23227
24376
|
}
|
|
23228
24377
|
},
|
|
23229
24378
|
"/v1/admin/operations/transfer-preferences": {
|
|
@@ -23494,7 +24643,14 @@
|
|
|
23494
24643
|
}
|
|
23495
24644
|
}
|
|
23496
24645
|
}
|
|
23497
|
-
}
|
|
24646
|
+
},
|
|
24647
|
+
"operationId": "getAdminOperationsTransferPreferences",
|
|
24648
|
+
"summary": "GET /v1/admin/operations/transfer-preferences",
|
|
24649
|
+
"tags": [
|
|
24650
|
+
"operations"
|
|
24651
|
+
],
|
|
24652
|
+
"x-voyant-module": "operations",
|
|
24653
|
+
"x-voyant-surface": "admin"
|
|
23498
24654
|
},
|
|
23499
24655
|
"post": {
|
|
23500
24656
|
"requestBody": {
|
|
@@ -23871,7 +25027,14 @@
|
|
|
23871
25027
|
}
|
|
23872
25028
|
}
|
|
23873
25029
|
}
|
|
23874
|
-
}
|
|
25030
|
+
},
|
|
25031
|
+
"operationId": "postAdminOperationsTransferPreferences",
|
|
25032
|
+
"summary": "POST /v1/admin/operations/transfer-preferences",
|
|
25033
|
+
"tags": [
|
|
25034
|
+
"operations"
|
|
25035
|
+
],
|
|
25036
|
+
"x-voyant-module": "operations",
|
|
25037
|
+
"x-voyant-surface": "admin"
|
|
23875
25038
|
}
|
|
23876
25039
|
},
|
|
23877
25040
|
"/v1/admin/operations/transfer-preferences/{id}": {
|
|
@@ -24098,7 +25261,14 @@
|
|
|
24098
25261
|
}
|
|
24099
25262
|
}
|
|
24100
25263
|
}
|
|
24101
|
-
}
|
|
25264
|
+
},
|
|
25265
|
+
"operationId": "getAdminOperationsTransferPreferencesById",
|
|
25266
|
+
"summary": "GET /v1/admin/operations/transfer-preferences/{id}",
|
|
25267
|
+
"tags": [
|
|
25268
|
+
"operations"
|
|
25269
|
+
],
|
|
25270
|
+
"x-voyant-module": "operations",
|
|
25271
|
+
"x-voyant-surface": "admin"
|
|
24102
25272
|
},
|
|
24103
25273
|
"patch": {
|
|
24104
25274
|
"parameters": [
|
|
@@ -24500,7 +25670,14 @@
|
|
|
24500
25670
|
}
|
|
24501
25671
|
}
|
|
24502
25672
|
}
|
|
24503
|
-
}
|
|
25673
|
+
},
|
|
25674
|
+
"operationId": "patchAdminOperationsTransferPreferencesById",
|
|
25675
|
+
"summary": "PATCH /v1/admin/operations/transfer-preferences/{id}",
|
|
25676
|
+
"tags": [
|
|
25677
|
+
"operations"
|
|
25678
|
+
],
|
|
25679
|
+
"x-voyant-module": "operations",
|
|
25680
|
+
"x-voyant-surface": "admin"
|
|
24504
25681
|
},
|
|
24505
25682
|
"delete": {
|
|
24506
25683
|
"parameters": [
|
|
@@ -24553,7 +25730,14 @@
|
|
|
24553
25730
|
}
|
|
24554
25731
|
}
|
|
24555
25732
|
}
|
|
24556
|
-
}
|
|
25733
|
+
},
|
|
25734
|
+
"operationId": "deleteAdminOperationsTransferPreferencesById",
|
|
25735
|
+
"summary": "DELETE /v1/admin/operations/transfer-preferences/{id}",
|
|
25736
|
+
"tags": [
|
|
25737
|
+
"operations"
|
|
25738
|
+
],
|
|
25739
|
+
"x-voyant-module": "operations",
|
|
25740
|
+
"x-voyant-surface": "admin"
|
|
24557
25741
|
}
|
|
24558
25742
|
},
|
|
24559
25743
|
"/v1/admin/operations/dispatches": {
|
|
@@ -24824,7 +26008,14 @@
|
|
|
24824
26008
|
}
|
|
24825
26009
|
}
|
|
24826
26010
|
}
|
|
24827
|
-
}
|
|
26011
|
+
},
|
|
26012
|
+
"operationId": "getAdminOperationsDispatches",
|
|
26013
|
+
"summary": "GET /v1/admin/operations/dispatches",
|
|
26014
|
+
"tags": [
|
|
26015
|
+
"operations"
|
|
26016
|
+
],
|
|
26017
|
+
"x-voyant-module": "operations",
|
|
26018
|
+
"x-voyant-surface": "admin"
|
|
24828
26019
|
},
|
|
24829
26020
|
"post": {
|
|
24830
26021
|
"requestBody": {
|
|
@@ -25117,7 +26308,14 @@
|
|
|
25117
26308
|
}
|
|
25118
26309
|
}
|
|
25119
26310
|
}
|
|
25120
|
-
}
|
|
26311
|
+
},
|
|
26312
|
+
"operationId": "postAdminOperationsDispatches",
|
|
26313
|
+
"summary": "POST /v1/admin/operations/dispatches",
|
|
26314
|
+
"tags": [
|
|
26315
|
+
"operations"
|
|
26316
|
+
],
|
|
26317
|
+
"x-voyant-module": "operations",
|
|
26318
|
+
"x-voyant-surface": "admin"
|
|
25121
26319
|
}
|
|
25122
26320
|
},
|
|
25123
26321
|
"/v1/admin/operations/dispatches/{id}": {
|
|
@@ -25299,7 +26497,14 @@
|
|
|
25299
26497
|
}
|
|
25300
26498
|
}
|
|
25301
26499
|
}
|
|
25302
|
-
}
|
|
26500
|
+
},
|
|
26501
|
+
"operationId": "getAdminOperationsDispatchesById",
|
|
26502
|
+
"summary": "GET /v1/admin/operations/dispatches/{id}",
|
|
26503
|
+
"tags": [
|
|
26504
|
+
"operations"
|
|
26505
|
+
],
|
|
26506
|
+
"x-voyant-module": "operations",
|
|
26507
|
+
"x-voyant-surface": "admin"
|
|
25303
26508
|
},
|
|
25304
26509
|
"patch": {
|
|
25305
26510
|
"parameters": [
|
|
@@ -25616,7 +26821,14 @@
|
|
|
25616
26821
|
}
|
|
25617
26822
|
}
|
|
25618
26823
|
}
|
|
25619
|
-
}
|
|
26824
|
+
},
|
|
26825
|
+
"operationId": "patchAdminOperationsDispatchesById",
|
|
26826
|
+
"summary": "PATCH /v1/admin/operations/dispatches/{id}",
|
|
26827
|
+
"tags": [
|
|
26828
|
+
"operations"
|
|
26829
|
+
],
|
|
26830
|
+
"x-voyant-module": "operations",
|
|
26831
|
+
"x-voyant-surface": "admin"
|
|
25620
26832
|
},
|
|
25621
26833
|
"delete": {
|
|
25622
26834
|
"parameters": [
|
|
@@ -25669,7 +26881,14 @@
|
|
|
25669
26881
|
}
|
|
25670
26882
|
}
|
|
25671
26883
|
}
|
|
25672
|
-
}
|
|
26884
|
+
},
|
|
26885
|
+
"operationId": "deleteAdminOperationsDispatchesById",
|
|
26886
|
+
"summary": "DELETE /v1/admin/operations/dispatches/{id}",
|
|
26887
|
+
"tags": [
|
|
26888
|
+
"operations"
|
|
26889
|
+
],
|
|
26890
|
+
"x-voyant-module": "operations",
|
|
26891
|
+
"x-voyant-surface": "admin"
|
|
25673
26892
|
}
|
|
25674
26893
|
},
|
|
25675
26894
|
"/v1/admin/operations/execution-events": {
|
|
@@ -25825,7 +27044,14 @@
|
|
|
25825
27044
|
}
|
|
25826
27045
|
}
|
|
25827
27046
|
}
|
|
25828
|
-
}
|
|
27047
|
+
},
|
|
27048
|
+
"operationId": "getAdminOperationsExecutionEvents",
|
|
27049
|
+
"summary": "GET /v1/admin/operations/execution-events",
|
|
27050
|
+
"tags": [
|
|
27051
|
+
"operations"
|
|
27052
|
+
],
|
|
27053
|
+
"x-voyant-module": "operations",
|
|
27054
|
+
"x-voyant-surface": "admin"
|
|
25829
27055
|
},
|
|
25830
27056
|
"post": {
|
|
25831
27057
|
"requestBody": {
|
|
@@ -25994,7 +27220,14 @@
|
|
|
25994
27220
|
}
|
|
25995
27221
|
}
|
|
25996
27222
|
}
|
|
25997
|
-
}
|
|
27223
|
+
},
|
|
27224
|
+
"operationId": "postAdminOperationsExecutionEvents",
|
|
27225
|
+
"summary": "POST /v1/admin/operations/execution-events",
|
|
27226
|
+
"tags": [
|
|
27227
|
+
"operations"
|
|
27228
|
+
],
|
|
27229
|
+
"x-voyant-module": "operations",
|
|
27230
|
+
"x-voyant-surface": "admin"
|
|
25998
27231
|
}
|
|
25999
27232
|
},
|
|
26000
27233
|
"/v1/admin/operations/execution-events/{id}": {
|
|
@@ -26110,7 +27343,14 @@
|
|
|
26110
27343
|
}
|
|
26111
27344
|
}
|
|
26112
27345
|
}
|
|
26113
|
-
}
|
|
27346
|
+
},
|
|
27347
|
+
"operationId": "getAdminOperationsExecutionEventsById",
|
|
27348
|
+
"summary": "GET /v1/admin/operations/execution-events/{id}",
|
|
27349
|
+
"tags": [
|
|
27350
|
+
"operations"
|
|
27351
|
+
],
|
|
27352
|
+
"x-voyant-module": "operations",
|
|
27353
|
+
"x-voyant-surface": "admin"
|
|
26114
27354
|
},
|
|
26115
27355
|
"patch": {
|
|
26116
27356
|
"parameters": [
|
|
@@ -26304,7 +27544,14 @@
|
|
|
26304
27544
|
}
|
|
26305
27545
|
}
|
|
26306
27546
|
}
|
|
26307
|
-
}
|
|
27547
|
+
},
|
|
27548
|
+
"operationId": "patchAdminOperationsExecutionEventsById",
|
|
27549
|
+
"summary": "PATCH /v1/admin/operations/execution-events/{id}",
|
|
27550
|
+
"tags": [
|
|
27551
|
+
"operations"
|
|
27552
|
+
],
|
|
27553
|
+
"x-voyant-module": "operations",
|
|
27554
|
+
"x-voyant-surface": "admin"
|
|
26308
27555
|
},
|
|
26309
27556
|
"delete": {
|
|
26310
27557
|
"parameters": [
|
|
@@ -26357,7 +27604,14 @@
|
|
|
26357
27604
|
}
|
|
26358
27605
|
}
|
|
26359
27606
|
}
|
|
26360
|
-
}
|
|
27607
|
+
},
|
|
27608
|
+
"operationId": "deleteAdminOperationsExecutionEventsById",
|
|
27609
|
+
"summary": "DELETE /v1/admin/operations/execution-events/{id}",
|
|
27610
|
+
"tags": [
|
|
27611
|
+
"operations"
|
|
27612
|
+
],
|
|
27613
|
+
"x-voyant-module": "operations",
|
|
27614
|
+
"x-voyant-surface": "admin"
|
|
26361
27615
|
}
|
|
26362
27616
|
},
|
|
26363
27617
|
"/v1/admin/operations/dispatch-assignments": {
|
|
@@ -26543,7 +27797,14 @@
|
|
|
26543
27797
|
}
|
|
26544
27798
|
}
|
|
26545
27799
|
}
|
|
26546
|
-
}
|
|
27800
|
+
},
|
|
27801
|
+
"operationId": "getAdminOperationsDispatchAssignments",
|
|
27802
|
+
"summary": "GET /v1/admin/operations/dispatch-assignments",
|
|
27803
|
+
"tags": [
|
|
27804
|
+
"operations"
|
|
27805
|
+
],
|
|
27806
|
+
"x-voyant-module": "operations",
|
|
27807
|
+
"x-voyant-surface": "admin"
|
|
26547
27808
|
},
|
|
26548
27809
|
"post": {
|
|
26549
27810
|
"requestBody": {
|
|
@@ -26731,7 +27992,14 @@
|
|
|
26731
27992
|
}
|
|
26732
27993
|
}
|
|
26733
27994
|
}
|
|
26734
|
-
}
|
|
27995
|
+
},
|
|
27996
|
+
"operationId": "postAdminOperationsDispatchAssignments",
|
|
27997
|
+
"summary": "POST /v1/admin/operations/dispatch-assignments",
|
|
27998
|
+
"tags": [
|
|
27999
|
+
"operations"
|
|
28000
|
+
],
|
|
28001
|
+
"x-voyant-module": "operations",
|
|
28002
|
+
"x-voyant-surface": "admin"
|
|
26735
28003
|
}
|
|
26736
28004
|
},
|
|
26737
28005
|
"/v1/admin/operations/dispatch-assignments/{id}": {
|
|
@@ -26859,7 +28127,14 @@
|
|
|
26859
28127
|
}
|
|
26860
28128
|
}
|
|
26861
28129
|
}
|
|
26862
|
-
}
|
|
28130
|
+
},
|
|
28131
|
+
"operationId": "getAdminOperationsDispatchAssignmentsById",
|
|
28132
|
+
"summary": "GET /v1/admin/operations/dispatch-assignments/{id}",
|
|
28133
|
+
"tags": [
|
|
28134
|
+
"operations"
|
|
28135
|
+
],
|
|
28136
|
+
"x-voyant-module": "operations",
|
|
28137
|
+
"x-voyant-surface": "admin"
|
|
26863
28138
|
},
|
|
26864
28139
|
"patch": {
|
|
26865
28140
|
"parameters": [
|
|
@@ -27072,7 +28347,14 @@
|
|
|
27072
28347
|
}
|
|
27073
28348
|
}
|
|
27074
28349
|
}
|
|
27075
|
-
}
|
|
28350
|
+
},
|
|
28351
|
+
"operationId": "patchAdminOperationsDispatchAssignmentsById",
|
|
28352
|
+
"summary": "PATCH /v1/admin/operations/dispatch-assignments/{id}",
|
|
28353
|
+
"tags": [
|
|
28354
|
+
"operations"
|
|
28355
|
+
],
|
|
28356
|
+
"x-voyant-module": "operations",
|
|
28357
|
+
"x-voyant-surface": "admin"
|
|
27076
28358
|
},
|
|
27077
28359
|
"delete": {
|
|
27078
28360
|
"parameters": [
|
|
@@ -27125,7 +28407,14 @@
|
|
|
27125
28407
|
}
|
|
27126
28408
|
}
|
|
27127
28409
|
}
|
|
27128
|
-
}
|
|
28410
|
+
},
|
|
28411
|
+
"operationId": "deleteAdminOperationsDispatchAssignmentsById",
|
|
28412
|
+
"summary": "DELETE /v1/admin/operations/dispatch-assignments/{id}",
|
|
28413
|
+
"tags": [
|
|
28414
|
+
"operations"
|
|
28415
|
+
],
|
|
28416
|
+
"x-voyant-module": "operations",
|
|
28417
|
+
"x-voyant-surface": "admin"
|
|
27129
28418
|
}
|
|
27130
28419
|
},
|
|
27131
28420
|
"/v1/admin/operations/dispatch-legs": {
|
|
@@ -27289,7 +28578,14 @@
|
|
|
27289
28578
|
}
|
|
27290
28579
|
}
|
|
27291
28580
|
}
|
|
27292
|
-
}
|
|
28581
|
+
},
|
|
28582
|
+
"operationId": "getAdminOperationsDispatchLegs",
|
|
28583
|
+
"summary": "GET /v1/admin/operations/dispatch-legs",
|
|
28584
|
+
"tags": [
|
|
28585
|
+
"operations"
|
|
28586
|
+
],
|
|
28587
|
+
"x-voyant-module": "operations",
|
|
28588
|
+
"x-voyant-surface": "admin"
|
|
27293
28589
|
},
|
|
27294
28590
|
"post": {
|
|
27295
28591
|
"requestBody": {
|
|
@@ -27478,7 +28774,14 @@
|
|
|
27478
28774
|
}
|
|
27479
28775
|
}
|
|
27480
28776
|
}
|
|
27481
|
-
}
|
|
28777
|
+
},
|
|
28778
|
+
"operationId": "postAdminOperationsDispatchLegs",
|
|
28779
|
+
"summary": "POST /v1/admin/operations/dispatch-legs",
|
|
28780
|
+
"tags": [
|
|
28781
|
+
"operations"
|
|
28782
|
+
],
|
|
28783
|
+
"x-voyant-module": "operations",
|
|
28784
|
+
"x-voyant-surface": "admin"
|
|
27482
28785
|
}
|
|
27483
28786
|
},
|
|
27484
28787
|
"/v1/admin/operations/dispatch-legs/{id}": {
|
|
@@ -27607,7 +28910,14 @@
|
|
|
27607
28910
|
}
|
|
27608
28911
|
}
|
|
27609
28912
|
}
|
|
27610
|
-
}
|
|
28913
|
+
},
|
|
28914
|
+
"operationId": "getAdminOperationsDispatchLegsById",
|
|
28915
|
+
"summary": "GET /v1/admin/operations/dispatch-legs/{id}",
|
|
28916
|
+
"tags": [
|
|
28917
|
+
"operations"
|
|
28918
|
+
],
|
|
28919
|
+
"x-voyant-module": "operations",
|
|
28920
|
+
"x-voyant-surface": "admin"
|
|
27611
28921
|
},
|
|
27612
28922
|
"patch": {
|
|
27613
28923
|
"parameters": [
|
|
@@ -27821,7 +29131,14 @@
|
|
|
27821
29131
|
}
|
|
27822
29132
|
}
|
|
27823
29133
|
}
|
|
27824
|
-
}
|
|
29134
|
+
},
|
|
29135
|
+
"operationId": "patchAdminOperationsDispatchLegsById",
|
|
29136
|
+
"summary": "PATCH /v1/admin/operations/dispatch-legs/{id}",
|
|
29137
|
+
"tags": [
|
|
29138
|
+
"operations"
|
|
29139
|
+
],
|
|
29140
|
+
"x-voyant-module": "operations",
|
|
29141
|
+
"x-voyant-surface": "admin"
|
|
27825
29142
|
},
|
|
27826
29143
|
"delete": {
|
|
27827
29144
|
"parameters": [
|
|
@@ -27874,7 +29191,14 @@
|
|
|
27874
29191
|
}
|
|
27875
29192
|
}
|
|
27876
29193
|
}
|
|
27877
|
-
}
|
|
29194
|
+
},
|
|
29195
|
+
"operationId": "deleteAdminOperationsDispatchLegsById",
|
|
29196
|
+
"summary": "DELETE /v1/admin/operations/dispatch-legs/{id}",
|
|
29197
|
+
"tags": [
|
|
29198
|
+
"operations"
|
|
29199
|
+
],
|
|
29200
|
+
"x-voyant-module": "operations",
|
|
29201
|
+
"x-voyant-surface": "admin"
|
|
27878
29202
|
}
|
|
27879
29203
|
},
|
|
27880
29204
|
"/v1/admin/operations/dispatch-passengers": {
|
|
@@ -28003,7 +29327,14 @@
|
|
|
28003
29327
|
}
|
|
28004
29328
|
}
|
|
28005
29329
|
}
|
|
28006
|
-
}
|
|
29330
|
+
},
|
|
29331
|
+
"operationId": "getAdminOperationsDispatchPassengers",
|
|
29332
|
+
"summary": "GET /v1/admin/operations/dispatch-passengers",
|
|
29333
|
+
"tags": [
|
|
29334
|
+
"operations"
|
|
29335
|
+
],
|
|
29336
|
+
"x-voyant-module": "operations",
|
|
29337
|
+
"x-voyant-surface": "admin"
|
|
28007
29338
|
},
|
|
28008
29339
|
"post": {
|
|
28009
29340
|
"requestBody": {
|
|
@@ -28133,7 +29464,14 @@
|
|
|
28133
29464
|
}
|
|
28134
29465
|
}
|
|
28135
29466
|
}
|
|
28136
|
-
}
|
|
29467
|
+
},
|
|
29468
|
+
"operationId": "postAdminOperationsDispatchPassengers",
|
|
29469
|
+
"summary": "POST /v1/admin/operations/dispatch-passengers",
|
|
29470
|
+
"tags": [
|
|
29471
|
+
"operations"
|
|
29472
|
+
],
|
|
29473
|
+
"x-voyant-module": "operations",
|
|
29474
|
+
"x-voyant-surface": "admin"
|
|
28137
29475
|
}
|
|
28138
29476
|
},
|
|
28139
29477
|
"/v1/admin/operations/dispatch-passengers/{id}": {
|
|
@@ -28233,7 +29571,14 @@
|
|
|
28233
29571
|
}
|
|
28234
29572
|
}
|
|
28235
29573
|
}
|
|
28236
|
-
}
|
|
29574
|
+
},
|
|
29575
|
+
"operationId": "getAdminOperationsDispatchPassengersById",
|
|
29576
|
+
"summary": "GET /v1/admin/operations/dispatch-passengers/{id}",
|
|
29577
|
+
"tags": [
|
|
29578
|
+
"operations"
|
|
29579
|
+
],
|
|
29580
|
+
"x-voyant-module": "operations",
|
|
29581
|
+
"x-voyant-surface": "admin"
|
|
28237
29582
|
},
|
|
28238
29583
|
"patch": {
|
|
28239
29584
|
"parameters": [
|
|
@@ -28388,7 +29733,14 @@
|
|
|
28388
29733
|
}
|
|
28389
29734
|
}
|
|
28390
29735
|
}
|
|
28391
|
-
}
|
|
29736
|
+
},
|
|
29737
|
+
"operationId": "patchAdminOperationsDispatchPassengersById",
|
|
29738
|
+
"summary": "PATCH /v1/admin/operations/dispatch-passengers/{id}",
|
|
29739
|
+
"tags": [
|
|
29740
|
+
"operations"
|
|
29741
|
+
],
|
|
29742
|
+
"x-voyant-module": "operations",
|
|
29743
|
+
"x-voyant-surface": "admin"
|
|
28392
29744
|
},
|
|
28393
29745
|
"delete": {
|
|
28394
29746
|
"parameters": [
|
|
@@ -28441,7 +29793,14 @@
|
|
|
28441
29793
|
}
|
|
28442
29794
|
}
|
|
28443
29795
|
}
|
|
28444
|
-
}
|
|
29796
|
+
},
|
|
29797
|
+
"operationId": "deleteAdminOperationsDispatchPassengersById",
|
|
29798
|
+
"summary": "DELETE /v1/admin/operations/dispatch-passengers/{id}",
|
|
29799
|
+
"tags": [
|
|
29800
|
+
"operations"
|
|
29801
|
+
],
|
|
29802
|
+
"x-voyant-module": "operations",
|
|
29803
|
+
"x-voyant-surface": "admin"
|
|
28445
29804
|
}
|
|
28446
29805
|
},
|
|
28447
29806
|
"/v1/admin/operations/driver-shifts": {
|
|
@@ -28613,7 +29972,14 @@
|
|
|
28613
29972
|
}
|
|
28614
29973
|
}
|
|
28615
29974
|
}
|
|
28616
|
-
}
|
|
29975
|
+
},
|
|
29976
|
+
"operationId": "getAdminOperationsDriverShifts",
|
|
29977
|
+
"summary": "GET /v1/admin/operations/driver-shifts",
|
|
29978
|
+
"tags": [
|
|
29979
|
+
"operations"
|
|
29980
|
+
],
|
|
29981
|
+
"x-voyant-module": "operations",
|
|
29982
|
+
"x-voyant-surface": "admin"
|
|
28617
29983
|
},
|
|
28618
29984
|
"post": {
|
|
28619
29985
|
"requestBody": {
|
|
@@ -28785,7 +30151,14 @@
|
|
|
28785
30151
|
}
|
|
28786
30152
|
}
|
|
28787
30153
|
}
|
|
28788
|
-
}
|
|
30154
|
+
},
|
|
30155
|
+
"operationId": "postAdminOperationsDriverShifts",
|
|
30156
|
+
"summary": "POST /v1/admin/operations/driver-shifts",
|
|
30157
|
+
"tags": [
|
|
30158
|
+
"operations"
|
|
30159
|
+
],
|
|
30160
|
+
"x-voyant-module": "operations",
|
|
30161
|
+
"x-voyant-surface": "admin"
|
|
28789
30162
|
}
|
|
28790
30163
|
},
|
|
28791
30164
|
"/v1/admin/operations/driver-shifts/{id}": {
|
|
@@ -28905,7 +30278,14 @@
|
|
|
28905
30278
|
}
|
|
28906
30279
|
}
|
|
28907
30280
|
}
|
|
28908
|
-
}
|
|
30281
|
+
},
|
|
30282
|
+
"operationId": "getAdminOperationsDriverShiftsById",
|
|
30283
|
+
"summary": "GET /v1/admin/operations/driver-shifts/{id}",
|
|
30284
|
+
"tags": [
|
|
30285
|
+
"operations"
|
|
30286
|
+
],
|
|
30287
|
+
"x-voyant-module": "operations",
|
|
30288
|
+
"x-voyant-surface": "admin"
|
|
28909
30289
|
},
|
|
28910
30290
|
"patch": {
|
|
28911
30291
|
"parameters": [
|
|
@@ -29100,7 +30480,14 @@
|
|
|
29100
30480
|
}
|
|
29101
30481
|
}
|
|
29102
30482
|
}
|
|
29103
|
-
}
|
|
30483
|
+
},
|
|
30484
|
+
"operationId": "patchAdminOperationsDriverShiftsById",
|
|
30485
|
+
"summary": "PATCH /v1/admin/operations/driver-shifts/{id}",
|
|
30486
|
+
"tags": [
|
|
30487
|
+
"operations"
|
|
30488
|
+
],
|
|
30489
|
+
"x-voyant-module": "operations",
|
|
30490
|
+
"x-voyant-surface": "admin"
|
|
29104
30491
|
},
|
|
29105
30492
|
"delete": {
|
|
29106
30493
|
"parameters": [
|
|
@@ -29153,7 +30540,14 @@
|
|
|
29153
30540
|
}
|
|
29154
30541
|
}
|
|
29155
30542
|
}
|
|
29156
|
-
}
|
|
30543
|
+
},
|
|
30544
|
+
"operationId": "deleteAdminOperationsDriverShiftsById",
|
|
30545
|
+
"summary": "DELETE /v1/admin/operations/driver-shifts/{id}",
|
|
30546
|
+
"tags": [
|
|
30547
|
+
"operations"
|
|
30548
|
+
],
|
|
30549
|
+
"x-voyant-module": "operations",
|
|
30550
|
+
"x-voyant-surface": "admin"
|
|
29157
30551
|
}
|
|
29158
30552
|
},
|
|
29159
30553
|
"/v1/admin/operations/service-incidents": {
|
|
@@ -29322,7 +30716,14 @@
|
|
|
29322
30716
|
}
|
|
29323
30717
|
}
|
|
29324
30718
|
}
|
|
29325
|
-
}
|
|
30719
|
+
},
|
|
30720
|
+
"operationId": "getAdminOperationsServiceIncidents",
|
|
30721
|
+
"summary": "GET /v1/admin/operations/service-incidents",
|
|
30722
|
+
"tags": [
|
|
30723
|
+
"operations"
|
|
30724
|
+
],
|
|
30725
|
+
"x-voyant-module": "operations",
|
|
30726
|
+
"x-voyant-surface": "admin"
|
|
29326
30727
|
},
|
|
29327
30728
|
"post": {
|
|
29328
30729
|
"requestBody": {
|
|
@@ -29500,7 +30901,14 @@
|
|
|
29500
30901
|
}
|
|
29501
30902
|
}
|
|
29502
30903
|
}
|
|
29503
|
-
}
|
|
30904
|
+
},
|
|
30905
|
+
"operationId": "postAdminOperationsServiceIncidents",
|
|
30906
|
+
"summary": "POST /v1/admin/operations/service-incidents",
|
|
30907
|
+
"tags": [
|
|
30908
|
+
"operations"
|
|
30909
|
+
],
|
|
30910
|
+
"x-voyant-module": "operations",
|
|
30911
|
+
"x-voyant-surface": "admin"
|
|
29504
30912
|
}
|
|
29505
30913
|
},
|
|
29506
30914
|
"/v1/admin/operations/service-incidents/{id}": {
|
|
@@ -29621,7 +31029,14 @@
|
|
|
29621
31029
|
}
|
|
29622
31030
|
}
|
|
29623
31031
|
}
|
|
29624
|
-
}
|
|
31032
|
+
},
|
|
31033
|
+
"operationId": "getAdminOperationsServiceIncidentsById",
|
|
31034
|
+
"summary": "GET /v1/admin/operations/service-incidents/{id}",
|
|
31035
|
+
"tags": [
|
|
31036
|
+
"operations"
|
|
31037
|
+
],
|
|
31038
|
+
"x-voyant-module": "operations",
|
|
31039
|
+
"x-voyant-surface": "admin"
|
|
29625
31040
|
},
|
|
29626
31041
|
"patch": {
|
|
29627
31042
|
"parameters": [
|
|
@@ -29823,7 +31238,14 @@
|
|
|
29823
31238
|
}
|
|
29824
31239
|
}
|
|
29825
31240
|
}
|
|
29826
|
-
}
|
|
31241
|
+
},
|
|
31242
|
+
"operationId": "patchAdminOperationsServiceIncidentsById",
|
|
31243
|
+
"summary": "PATCH /v1/admin/operations/service-incidents/{id}",
|
|
31244
|
+
"tags": [
|
|
31245
|
+
"operations"
|
|
31246
|
+
],
|
|
31247
|
+
"x-voyant-module": "operations",
|
|
31248
|
+
"x-voyant-surface": "admin"
|
|
29827
31249
|
},
|
|
29828
31250
|
"delete": {
|
|
29829
31251
|
"parameters": [
|
|
@@ -29876,7 +31298,14 @@
|
|
|
29876
31298
|
}
|
|
29877
31299
|
}
|
|
29878
31300
|
}
|
|
29879
|
-
}
|
|
31301
|
+
},
|
|
31302
|
+
"operationId": "deleteAdminOperationsServiceIncidentsById",
|
|
31303
|
+
"summary": "DELETE /v1/admin/operations/service-incidents/{id}",
|
|
31304
|
+
"tags": [
|
|
31305
|
+
"operations"
|
|
31306
|
+
],
|
|
31307
|
+
"x-voyant-module": "operations",
|
|
31308
|
+
"x-voyant-surface": "admin"
|
|
29880
31309
|
}
|
|
29881
31310
|
},
|
|
29882
31311
|
"/v1/admin/operations/dispatch-checkpoints": {
|
|
@@ -30044,7 +31473,14 @@
|
|
|
30044
31473
|
}
|
|
30045
31474
|
}
|
|
30046
31475
|
}
|
|
30047
|
-
}
|
|
31476
|
+
},
|
|
31477
|
+
"operationId": "getAdminOperationsDispatchCheckpoints",
|
|
31478
|
+
"summary": "GET /v1/admin/operations/dispatch-checkpoints",
|
|
31479
|
+
"tags": [
|
|
31480
|
+
"operations"
|
|
31481
|
+
],
|
|
31482
|
+
"x-voyant-module": "operations",
|
|
31483
|
+
"x-voyant-surface": "admin"
|
|
30048
31484
|
},
|
|
30049
31485
|
"post": {
|
|
30050
31486
|
"requestBody": {
|
|
@@ -30242,7 +31678,14 @@
|
|
|
30242
31678
|
}
|
|
30243
31679
|
}
|
|
30244
31680
|
}
|
|
30245
|
-
}
|
|
31681
|
+
},
|
|
31682
|
+
"operationId": "postAdminOperationsDispatchCheckpoints",
|
|
31683
|
+
"summary": "POST /v1/admin/operations/dispatch-checkpoints",
|
|
31684
|
+
"tags": [
|
|
31685
|
+
"operations"
|
|
31686
|
+
],
|
|
31687
|
+
"x-voyant-module": "operations",
|
|
31688
|
+
"x-voyant-surface": "admin"
|
|
30246
31689
|
}
|
|
30247
31690
|
},
|
|
30248
31691
|
"/v1/admin/operations/dispatch-checkpoints/{id}": {
|
|
@@ -30375,7 +31818,14 @@
|
|
|
30375
31818
|
}
|
|
30376
31819
|
}
|
|
30377
31820
|
}
|
|
30378
|
-
}
|
|
31821
|
+
},
|
|
31822
|
+
"operationId": "getAdminOperationsDispatchCheckpointsById",
|
|
31823
|
+
"summary": "GET /v1/admin/operations/dispatch-checkpoints/{id}",
|
|
31824
|
+
"tags": [
|
|
31825
|
+
"operations"
|
|
31826
|
+
],
|
|
31827
|
+
"x-voyant-module": "operations",
|
|
31828
|
+
"x-voyant-surface": "admin"
|
|
30379
31829
|
},
|
|
30380
31830
|
"patch": {
|
|
30381
31831
|
"parameters": [
|
|
@@ -30597,7 +32047,14 @@
|
|
|
30597
32047
|
}
|
|
30598
32048
|
}
|
|
30599
32049
|
}
|
|
30600
|
-
}
|
|
32050
|
+
},
|
|
32051
|
+
"operationId": "patchAdminOperationsDispatchCheckpointsById",
|
|
32052
|
+
"summary": "PATCH /v1/admin/operations/dispatch-checkpoints/{id}",
|
|
32053
|
+
"tags": [
|
|
32054
|
+
"operations"
|
|
32055
|
+
],
|
|
32056
|
+
"x-voyant-module": "operations",
|
|
32057
|
+
"x-voyant-surface": "admin"
|
|
30601
32058
|
},
|
|
30602
32059
|
"delete": {
|
|
30603
32060
|
"parameters": [
|
|
@@ -30650,7 +32107,14 @@
|
|
|
30650
32107
|
}
|
|
30651
32108
|
}
|
|
30652
32109
|
}
|
|
30653
|
-
}
|
|
32110
|
+
},
|
|
32111
|
+
"operationId": "deleteAdminOperationsDispatchCheckpointsById",
|
|
32112
|
+
"summary": "DELETE /v1/admin/operations/dispatch-checkpoints/{id}",
|
|
32113
|
+
"tags": [
|
|
32114
|
+
"operations"
|
|
32115
|
+
],
|
|
32116
|
+
"x-voyant-module": "operations",
|
|
32117
|
+
"x-voyant-surface": "admin"
|
|
30654
32118
|
}
|
|
30655
32119
|
},
|
|
30656
32120
|
"/v1/admin/operations/facilities": {
|
|
@@ -30968,7 +32432,14 @@
|
|
|
30968
32432
|
}
|
|
30969
32433
|
}
|
|
30970
32434
|
}
|
|
30971
|
-
}
|
|
32435
|
+
},
|
|
32436
|
+
"operationId": "getAdminOperationsFacilities",
|
|
32437
|
+
"summary": "GET /v1/admin/operations/facilities",
|
|
32438
|
+
"tags": [
|
|
32439
|
+
"operations"
|
|
32440
|
+
],
|
|
32441
|
+
"x-voyant-module": "operations",
|
|
32442
|
+
"x-voyant-surface": "admin"
|
|
30972
32443
|
},
|
|
30973
32444
|
"post": {
|
|
30974
32445
|
"requestBody": {
|
|
@@ -31327,7 +32798,14 @@
|
|
|
31327
32798
|
}
|
|
31328
32799
|
}
|
|
31329
32800
|
}
|
|
31330
|
-
}
|
|
32801
|
+
},
|
|
32802
|
+
"operationId": "postAdminOperationsFacilities",
|
|
32803
|
+
"summary": "POST /v1/admin/operations/facilities",
|
|
32804
|
+
"tags": [
|
|
32805
|
+
"operations"
|
|
32806
|
+
],
|
|
32807
|
+
"x-voyant-module": "operations",
|
|
32808
|
+
"x-voyant-surface": "admin"
|
|
31331
32809
|
}
|
|
31332
32810
|
},
|
|
31333
32811
|
"/v1/admin/operations/facilities/{id}": {
|
|
@@ -31548,7 +33026,14 @@
|
|
|
31548
33026
|
}
|
|
31549
33027
|
}
|
|
31550
33028
|
}
|
|
31551
|
-
}
|
|
33029
|
+
},
|
|
33030
|
+
"operationId": "getAdminOperationsFacilitiesById",
|
|
33031
|
+
"summary": "GET /v1/admin/operations/facilities/{id}",
|
|
33032
|
+
"tags": [
|
|
33033
|
+
"operations"
|
|
33034
|
+
],
|
|
33035
|
+
"x-voyant-module": "operations",
|
|
33036
|
+
"x-voyant-surface": "admin"
|
|
31552
33037
|
},
|
|
31553
33038
|
"patch": {
|
|
31554
33039
|
"parameters": [
|
|
@@ -31931,7 +33416,14 @@
|
|
|
31931
33416
|
}
|
|
31932
33417
|
}
|
|
31933
33418
|
}
|
|
31934
|
-
}
|
|
33419
|
+
},
|
|
33420
|
+
"operationId": "patchAdminOperationsFacilitiesById",
|
|
33421
|
+
"summary": "PATCH /v1/admin/operations/facilities/{id}",
|
|
33422
|
+
"tags": [
|
|
33423
|
+
"operations"
|
|
33424
|
+
],
|
|
33425
|
+
"x-voyant-module": "operations",
|
|
33426
|
+
"x-voyant-surface": "admin"
|
|
31935
33427
|
},
|
|
31936
33428
|
"delete": {
|
|
31937
33429
|
"parameters": [
|
|
@@ -31984,7 +33476,14 @@
|
|
|
31984
33476
|
}
|
|
31985
33477
|
}
|
|
31986
33478
|
}
|
|
31987
|
-
}
|
|
33479
|
+
},
|
|
33480
|
+
"operationId": "deleteAdminOperationsFacilitiesById",
|
|
33481
|
+
"summary": "DELETE /v1/admin/operations/facilities/{id}",
|
|
33482
|
+
"tags": [
|
|
33483
|
+
"operations"
|
|
33484
|
+
],
|
|
33485
|
+
"x-voyant-module": "operations",
|
|
33486
|
+
"x-voyant-surface": "admin"
|
|
31988
33487
|
}
|
|
31989
33488
|
},
|
|
31990
33489
|
"/v1/admin/operations/facilities/{id}/contact-points": {
|
|
@@ -32097,7 +33596,14 @@
|
|
|
32097
33596
|
}
|
|
32098
33597
|
}
|
|
32099
33598
|
}
|
|
32100
|
-
}
|
|
33599
|
+
},
|
|
33600
|
+
"operationId": "getAdminOperationsFacilitiesByIdContactPoints",
|
|
33601
|
+
"summary": "GET /v1/admin/operations/facilities/{id}/contact-points",
|
|
33602
|
+
"tags": [
|
|
33603
|
+
"operations"
|
|
33604
|
+
],
|
|
33605
|
+
"x-voyant-module": "operations",
|
|
33606
|
+
"x-voyant-surface": "admin"
|
|
32101
33607
|
},
|
|
32102
33608
|
"post": {
|
|
32103
33609
|
"parameters": [
|
|
@@ -32307,7 +33813,14 @@
|
|
|
32307
33813
|
}
|
|
32308
33814
|
}
|
|
32309
33815
|
}
|
|
32310
|
-
}
|
|
33816
|
+
},
|
|
33817
|
+
"operationId": "postAdminOperationsFacilitiesByIdContactPoints",
|
|
33818
|
+
"summary": "POST /v1/admin/operations/facilities/{id}/contact-points",
|
|
33819
|
+
"tags": [
|
|
33820
|
+
"operations"
|
|
33821
|
+
],
|
|
33822
|
+
"x-voyant-module": "operations",
|
|
33823
|
+
"x-voyant-surface": "admin"
|
|
32311
33824
|
}
|
|
32312
33825
|
},
|
|
32313
33826
|
"/v1/admin/operations/contact-points/{id}": {
|
|
@@ -32525,7 +34038,14 @@
|
|
|
32525
34038
|
}
|
|
32526
34039
|
}
|
|
32527
34040
|
}
|
|
32528
|
-
}
|
|
34041
|
+
},
|
|
34042
|
+
"operationId": "patchAdminOperationsContactPointsById",
|
|
34043
|
+
"summary": "PATCH /v1/admin/operations/contact-points/{id}",
|
|
34044
|
+
"tags": [
|
|
34045
|
+
"operations"
|
|
34046
|
+
],
|
|
34047
|
+
"x-voyant-module": "operations",
|
|
34048
|
+
"x-voyant-surface": "admin"
|
|
32529
34049
|
},
|
|
32530
34050
|
"delete": {
|
|
32531
34051
|
"parameters": [
|
|
@@ -32578,7 +34098,14 @@
|
|
|
32578
34098
|
}
|
|
32579
34099
|
}
|
|
32580
34100
|
}
|
|
32581
|
-
}
|
|
34101
|
+
},
|
|
34102
|
+
"operationId": "deleteAdminOperationsContactPointsById",
|
|
34103
|
+
"summary": "DELETE /v1/admin/operations/contact-points/{id}",
|
|
34104
|
+
"tags": [
|
|
34105
|
+
"operations"
|
|
34106
|
+
],
|
|
34107
|
+
"x-voyant-module": "operations",
|
|
34108
|
+
"x-voyant-surface": "admin"
|
|
32582
34109
|
}
|
|
32583
34110
|
},
|
|
32584
34111
|
"/v1/admin/operations/facilities/{id}/addresses": {
|
|
@@ -32742,7 +34269,14 @@
|
|
|
32742
34269
|
}
|
|
32743
34270
|
}
|
|
32744
34271
|
}
|
|
32745
|
-
}
|
|
34272
|
+
},
|
|
34273
|
+
"operationId": "getAdminOperationsFacilitiesByIdAddresses",
|
|
34274
|
+
"summary": "GET /v1/admin/operations/facilities/{id}/addresses",
|
|
34275
|
+
"tags": [
|
|
34276
|
+
"operations"
|
|
34277
|
+
],
|
|
34278
|
+
"x-voyant-module": "operations",
|
|
34279
|
+
"x-voyant-surface": "admin"
|
|
32746
34280
|
},
|
|
32747
34281
|
"post": {
|
|
32748
34282
|
"parameters": [
|
|
@@ -33041,7 +34575,14 @@
|
|
|
33041
34575
|
}
|
|
33042
34576
|
}
|
|
33043
34577
|
}
|
|
33044
|
-
}
|
|
34578
|
+
},
|
|
34579
|
+
"operationId": "postAdminOperationsFacilitiesByIdAddresses",
|
|
34580
|
+
"summary": "POST /v1/admin/operations/facilities/{id}/addresses",
|
|
34581
|
+
"tags": [
|
|
34582
|
+
"operations"
|
|
34583
|
+
],
|
|
34584
|
+
"x-voyant-module": "operations",
|
|
34585
|
+
"x-voyant-surface": "admin"
|
|
33045
34586
|
}
|
|
33046
34587
|
},
|
|
33047
34588
|
"/v1/admin/operations/addresses/{id}": {
|
|
@@ -33352,7 +34893,14 @@
|
|
|
33352
34893
|
}
|
|
33353
34894
|
}
|
|
33354
34895
|
}
|
|
33355
|
-
}
|
|
34896
|
+
},
|
|
34897
|
+
"operationId": "patchAdminOperationsAddressesById",
|
|
34898
|
+
"summary": "PATCH /v1/admin/operations/addresses/{id}",
|
|
34899
|
+
"tags": [
|
|
34900
|
+
"operations"
|
|
34901
|
+
],
|
|
34902
|
+
"x-voyant-module": "operations",
|
|
34903
|
+
"x-voyant-surface": "admin"
|
|
33356
34904
|
},
|
|
33357
34905
|
"delete": {
|
|
33358
34906
|
"parameters": [
|
|
@@ -33405,7 +34953,14 @@
|
|
|
33405
34953
|
}
|
|
33406
34954
|
}
|
|
33407
34955
|
}
|
|
33408
|
-
}
|
|
34956
|
+
},
|
|
34957
|
+
"operationId": "deleteAdminOperationsAddressesById",
|
|
34958
|
+
"summary": "DELETE /v1/admin/operations/addresses/{id}",
|
|
34959
|
+
"tags": [
|
|
34960
|
+
"operations"
|
|
34961
|
+
],
|
|
34962
|
+
"x-voyant-module": "operations",
|
|
34963
|
+
"x-voyant-surface": "admin"
|
|
33409
34964
|
}
|
|
33410
34965
|
},
|
|
33411
34966
|
"/v1/admin/operations/facility-contacts": {
|
|
@@ -33579,7 +35134,14 @@
|
|
|
33579
35134
|
}
|
|
33580
35135
|
}
|
|
33581
35136
|
}
|
|
33582
|
-
}
|
|
35137
|
+
},
|
|
35138
|
+
"operationId": "getAdminOperationsFacilityContacts",
|
|
35139
|
+
"summary": "GET /v1/admin/operations/facility-contacts",
|
|
35140
|
+
"tags": [
|
|
35141
|
+
"operations"
|
|
35142
|
+
],
|
|
35143
|
+
"x-voyant-module": "operations",
|
|
35144
|
+
"x-voyant-surface": "admin"
|
|
33583
35145
|
}
|
|
33584
35146
|
},
|
|
33585
35147
|
"/v1/admin/operations/facilities/{id}/contacts": {
|
|
@@ -33790,7 +35352,14 @@
|
|
|
33790
35352
|
}
|
|
33791
35353
|
}
|
|
33792
35354
|
}
|
|
33793
|
-
}
|
|
35355
|
+
},
|
|
35356
|
+
"operationId": "postAdminOperationsFacilitiesByIdContacts",
|
|
35357
|
+
"summary": "POST /v1/admin/operations/facilities/{id}/contacts",
|
|
35358
|
+
"tags": [
|
|
35359
|
+
"operations"
|
|
35360
|
+
],
|
|
35361
|
+
"x-voyant-module": "operations",
|
|
35362
|
+
"x-voyant-surface": "admin"
|
|
33794
35363
|
}
|
|
33795
35364
|
},
|
|
33796
35365
|
"/v1/admin/operations/facility-contacts/{id}": {
|
|
@@ -33998,7 +35567,14 @@
|
|
|
33998
35567
|
}
|
|
33999
35568
|
}
|
|
34000
35569
|
}
|
|
34001
|
-
}
|
|
35570
|
+
},
|
|
35571
|
+
"operationId": "patchAdminOperationsFacilityContactsById",
|
|
35572
|
+
"summary": "PATCH /v1/admin/operations/facility-contacts/{id}",
|
|
35573
|
+
"tags": [
|
|
35574
|
+
"operations"
|
|
35575
|
+
],
|
|
35576
|
+
"x-voyant-module": "operations",
|
|
35577
|
+
"x-voyant-surface": "admin"
|
|
34002
35578
|
},
|
|
34003
35579
|
"delete": {
|
|
34004
35580
|
"parameters": [
|
|
@@ -34051,7 +35627,14 @@
|
|
|
34051
35627
|
}
|
|
34052
35628
|
}
|
|
34053
35629
|
}
|
|
34054
|
-
}
|
|
35630
|
+
},
|
|
35631
|
+
"operationId": "deleteAdminOperationsFacilityContactsById",
|
|
35632
|
+
"summary": "DELETE /v1/admin/operations/facility-contacts/{id}",
|
|
35633
|
+
"tags": [
|
|
35634
|
+
"operations"
|
|
35635
|
+
],
|
|
35636
|
+
"x-voyant-module": "operations",
|
|
35637
|
+
"x-voyant-surface": "admin"
|
|
34055
35638
|
}
|
|
34056
35639
|
},
|
|
34057
35640
|
"/v1/admin/operations/facility-features": {
|
|
@@ -34205,7 +35788,14 @@
|
|
|
34205
35788
|
}
|
|
34206
35789
|
}
|
|
34207
35790
|
}
|
|
34208
|
-
}
|
|
35791
|
+
},
|
|
35792
|
+
"operationId": "getAdminOperationsFacilityFeatures",
|
|
35793
|
+
"summary": "GET /v1/admin/operations/facility-features",
|
|
35794
|
+
"tags": [
|
|
35795
|
+
"operations"
|
|
35796
|
+
],
|
|
35797
|
+
"x-voyant-module": "operations",
|
|
35798
|
+
"x-voyant-surface": "admin"
|
|
34209
35799
|
}
|
|
34210
35800
|
},
|
|
34211
35801
|
"/v1/admin/operations/facilities/{id}/features": {
|
|
@@ -34399,7 +35989,14 @@
|
|
|
34399
35989
|
}
|
|
34400
35990
|
}
|
|
34401
35991
|
}
|
|
34402
|
-
}
|
|
35992
|
+
},
|
|
35993
|
+
"operationId": "postAdminOperationsFacilitiesByIdFeatures",
|
|
35994
|
+
"summary": "POST /v1/admin/operations/facilities/{id}/features",
|
|
35995
|
+
"tags": [
|
|
35996
|
+
"operations"
|
|
35997
|
+
],
|
|
35998
|
+
"x-voyant-module": "operations",
|
|
35999
|
+
"x-voyant-surface": "admin"
|
|
34403
36000
|
}
|
|
34404
36001
|
},
|
|
34405
36002
|
"/v1/admin/operations/facility-features/{id}": {
|
|
@@ -34590,7 +36187,14 @@
|
|
|
34590
36187
|
}
|
|
34591
36188
|
}
|
|
34592
36189
|
}
|
|
34593
|
-
}
|
|
36190
|
+
},
|
|
36191
|
+
"operationId": "patchAdminOperationsFacilityFeaturesById",
|
|
36192
|
+
"summary": "PATCH /v1/admin/operations/facility-features/{id}",
|
|
36193
|
+
"tags": [
|
|
36194
|
+
"operations"
|
|
36195
|
+
],
|
|
36196
|
+
"x-voyant-module": "operations",
|
|
36197
|
+
"x-voyant-surface": "admin"
|
|
34594
36198
|
},
|
|
34595
36199
|
"delete": {
|
|
34596
36200
|
"parameters": [
|
|
@@ -34643,7 +36247,14 @@
|
|
|
34643
36247
|
}
|
|
34644
36248
|
}
|
|
34645
36249
|
}
|
|
34646
|
-
}
|
|
36250
|
+
},
|
|
36251
|
+
"operationId": "deleteAdminOperationsFacilityFeaturesById",
|
|
36252
|
+
"summary": "DELETE /v1/admin/operations/facility-features/{id}",
|
|
36253
|
+
"tags": [
|
|
36254
|
+
"operations"
|
|
36255
|
+
],
|
|
36256
|
+
"x-voyant-module": "operations",
|
|
36257
|
+
"x-voyant-surface": "admin"
|
|
34647
36258
|
}
|
|
34648
36259
|
},
|
|
34649
36260
|
"/v1/admin/operations/facility-operation-schedules": {
|
|
@@ -34809,7 +36420,14 @@
|
|
|
34809
36420
|
}
|
|
34810
36421
|
}
|
|
34811
36422
|
}
|
|
34812
|
-
}
|
|
36423
|
+
},
|
|
36424
|
+
"operationId": "getAdminOperationsFacilityOperationSchedules",
|
|
36425
|
+
"summary": "GET /v1/admin/operations/facility-operation-schedules",
|
|
36426
|
+
"tags": [
|
|
36427
|
+
"operations"
|
|
36428
|
+
],
|
|
36429
|
+
"x-voyant-module": "operations",
|
|
36430
|
+
"x-voyant-surface": "admin"
|
|
34813
36431
|
}
|
|
34814
36432
|
},
|
|
34815
36433
|
"/v1/admin/operations/facilities/{id}/operation-schedules": {
|
|
@@ -35019,7 +36637,14 @@
|
|
|
35019
36637
|
}
|
|
35020
36638
|
}
|
|
35021
36639
|
}
|
|
35022
|
-
}
|
|
36640
|
+
},
|
|
36641
|
+
"operationId": "postAdminOperationsFacilitiesByIdOperationSchedules",
|
|
36642
|
+
"summary": "POST /v1/admin/operations/facilities/{id}/operation-schedules",
|
|
36643
|
+
"tags": [
|
|
36644
|
+
"operations"
|
|
36645
|
+
],
|
|
36646
|
+
"x-voyant-module": "operations",
|
|
36647
|
+
"x-voyant-surface": "admin"
|
|
35023
36648
|
}
|
|
35024
36649
|
},
|
|
35025
36650
|
"/v1/admin/operations/facility-operation-schedules/{id}": {
|
|
@@ -35229,7 +36854,14 @@
|
|
|
35229
36854
|
}
|
|
35230
36855
|
}
|
|
35231
36856
|
}
|
|
35232
|
-
}
|
|
36857
|
+
},
|
|
36858
|
+
"operationId": "patchAdminOperationsFacilityOperationSchedulesById",
|
|
36859
|
+
"summary": "PATCH /v1/admin/operations/facility-operation-schedules/{id}",
|
|
36860
|
+
"tags": [
|
|
36861
|
+
"operations"
|
|
36862
|
+
],
|
|
36863
|
+
"x-voyant-module": "operations",
|
|
36864
|
+
"x-voyant-surface": "admin"
|
|
35233
36865
|
},
|
|
35234
36866
|
"delete": {
|
|
35235
36867
|
"parameters": [
|
|
@@ -35282,7 +36914,14 @@
|
|
|
35282
36914
|
}
|
|
35283
36915
|
}
|
|
35284
36916
|
}
|
|
35285
|
-
}
|
|
36917
|
+
},
|
|
36918
|
+
"operationId": "deleteAdminOperationsFacilityOperationSchedulesById",
|
|
36919
|
+
"summary": "DELETE /v1/admin/operations/facility-operation-schedules/{id}",
|
|
36920
|
+
"tags": [
|
|
36921
|
+
"operations"
|
|
36922
|
+
],
|
|
36923
|
+
"x-voyant-module": "operations",
|
|
36924
|
+
"x-voyant-surface": "admin"
|
|
35286
36925
|
}
|
|
35287
36926
|
},
|
|
35288
36927
|
"/v1/admin/operations/properties": {
|
|
@@ -35479,7 +37118,14 @@
|
|
|
35479
37118
|
}
|
|
35480
37119
|
}
|
|
35481
37120
|
}
|
|
35482
|
-
}
|
|
37121
|
+
},
|
|
37122
|
+
"operationId": "getAdminOperationsProperties",
|
|
37123
|
+
"summary": "GET /v1/admin/operations/properties",
|
|
37124
|
+
"tags": [
|
|
37125
|
+
"operations"
|
|
37126
|
+
],
|
|
37127
|
+
"x-voyant-module": "operations",
|
|
37128
|
+
"x-voyant-surface": "admin"
|
|
35483
37129
|
},
|
|
35484
37130
|
"post": {
|
|
35485
37131
|
"requestBody": {
|
|
@@ -35711,7 +37357,14 @@
|
|
|
35711
37357
|
}
|
|
35712
37358
|
}
|
|
35713
37359
|
}
|
|
35714
|
-
}
|
|
37360
|
+
},
|
|
37361
|
+
"operationId": "postAdminOperationsProperties",
|
|
37362
|
+
"summary": "POST /v1/admin/operations/properties",
|
|
37363
|
+
"tags": [
|
|
37364
|
+
"operations"
|
|
37365
|
+
],
|
|
37366
|
+
"x-voyant-module": "operations",
|
|
37367
|
+
"x-voyant-surface": "admin"
|
|
35715
37368
|
}
|
|
35716
37369
|
},
|
|
35717
37370
|
"/v1/admin/operations/properties/{id}": {
|
|
@@ -35853,7 +37506,14 @@
|
|
|
35853
37506
|
}
|
|
35854
37507
|
}
|
|
35855
37508
|
}
|
|
35856
|
-
}
|
|
37509
|
+
},
|
|
37510
|
+
"operationId": "getAdminOperationsPropertiesById",
|
|
37511
|
+
"summary": "GET /v1/admin/operations/properties/{id}",
|
|
37512
|
+
"tags": [
|
|
37513
|
+
"operations"
|
|
37514
|
+
],
|
|
37515
|
+
"x-voyant-module": "operations",
|
|
37516
|
+
"x-voyant-surface": "admin"
|
|
35857
37517
|
},
|
|
35858
37518
|
"patch": {
|
|
35859
37519
|
"parameters": [
|
|
@@ -36092,7 +37752,14 @@
|
|
|
36092
37752
|
}
|
|
36093
37753
|
}
|
|
36094
37754
|
}
|
|
36095
|
-
}
|
|
37755
|
+
},
|
|
37756
|
+
"operationId": "patchAdminOperationsPropertiesById",
|
|
37757
|
+
"summary": "PATCH /v1/admin/operations/properties/{id}",
|
|
37758
|
+
"tags": [
|
|
37759
|
+
"operations"
|
|
37760
|
+
],
|
|
37761
|
+
"x-voyant-module": "operations",
|
|
37762
|
+
"x-voyant-surface": "admin"
|
|
36096
37763
|
},
|
|
36097
37764
|
"delete": {
|
|
36098
37765
|
"parameters": [
|
|
@@ -36145,7 +37812,14 @@
|
|
|
36145
37812
|
}
|
|
36146
37813
|
}
|
|
36147
37814
|
}
|
|
36148
|
-
}
|
|
37815
|
+
},
|
|
37816
|
+
"operationId": "deleteAdminOperationsPropertiesById",
|
|
37817
|
+
"summary": "DELETE /v1/admin/operations/properties/{id}",
|
|
37818
|
+
"tags": [
|
|
37819
|
+
"operations"
|
|
37820
|
+
],
|
|
37821
|
+
"x-voyant-module": "operations",
|
|
37822
|
+
"x-voyant-surface": "admin"
|
|
36149
37823
|
}
|
|
36150
37824
|
},
|
|
36151
37825
|
"/v1/admin/operations/property-groups": {
|
|
@@ -36348,7 +38022,14 @@
|
|
|
36348
38022
|
}
|
|
36349
38023
|
}
|
|
36350
38024
|
}
|
|
36351
|
-
}
|
|
38025
|
+
},
|
|
38026
|
+
"operationId": "getAdminOperationsPropertyGroups",
|
|
38027
|
+
"summary": "GET /v1/admin/operations/property-groups",
|
|
38028
|
+
"tags": [
|
|
38029
|
+
"operations"
|
|
38030
|
+
],
|
|
38031
|
+
"x-voyant-module": "operations",
|
|
38032
|
+
"x-voyant-surface": "admin"
|
|
36352
38033
|
},
|
|
36353
38034
|
"post": {
|
|
36354
38035
|
"requestBody": {
|
|
@@ -36567,7 +38248,14 @@
|
|
|
36567
38248
|
}
|
|
36568
38249
|
}
|
|
36569
38250
|
}
|
|
36570
|
-
}
|
|
38251
|
+
},
|
|
38252
|
+
"operationId": "postAdminOperationsPropertyGroups",
|
|
38253
|
+
"summary": "POST /v1/admin/operations/property-groups",
|
|
38254
|
+
"tags": [
|
|
38255
|
+
"operations"
|
|
38256
|
+
],
|
|
38257
|
+
"x-voyant-module": "operations",
|
|
38258
|
+
"x-voyant-surface": "admin"
|
|
36571
38259
|
}
|
|
36572
38260
|
},
|
|
36573
38261
|
"/v1/admin/operations/property-groups/{id}": {
|
|
@@ -36711,7 +38399,14 @@
|
|
|
36711
38399
|
}
|
|
36712
38400
|
}
|
|
36713
38401
|
}
|
|
36714
|
-
}
|
|
38402
|
+
},
|
|
38403
|
+
"operationId": "getAdminOperationsPropertyGroupsById",
|
|
38404
|
+
"summary": "GET /v1/admin/operations/property-groups/{id}",
|
|
38405
|
+
"tags": [
|
|
38406
|
+
"operations"
|
|
38407
|
+
],
|
|
38408
|
+
"x-voyant-module": "operations",
|
|
38409
|
+
"x-voyant-surface": "admin"
|
|
36715
38410
|
},
|
|
36716
38411
|
"patch": {
|
|
36717
38412
|
"parameters": [
|
|
@@ -36955,7 +38650,14 @@
|
|
|
36955
38650
|
}
|
|
36956
38651
|
}
|
|
36957
38652
|
}
|
|
36958
|
-
}
|
|
38653
|
+
},
|
|
38654
|
+
"operationId": "patchAdminOperationsPropertyGroupsById",
|
|
38655
|
+
"summary": "PATCH /v1/admin/operations/property-groups/{id}",
|
|
38656
|
+
"tags": [
|
|
38657
|
+
"operations"
|
|
38658
|
+
],
|
|
38659
|
+
"x-voyant-module": "operations",
|
|
38660
|
+
"x-voyant-surface": "admin"
|
|
36959
38661
|
},
|
|
36960
38662
|
"delete": {
|
|
36961
38663
|
"parameters": [
|
|
@@ -37008,7 +38710,14 @@
|
|
|
37008
38710
|
}
|
|
37009
38711
|
}
|
|
37010
38712
|
}
|
|
37011
|
-
}
|
|
38713
|
+
},
|
|
38714
|
+
"operationId": "deleteAdminOperationsPropertyGroupsById",
|
|
38715
|
+
"summary": "DELETE /v1/admin/operations/property-groups/{id}",
|
|
38716
|
+
"tags": [
|
|
38717
|
+
"operations"
|
|
38718
|
+
],
|
|
38719
|
+
"x-voyant-module": "operations",
|
|
38720
|
+
"x-voyant-surface": "admin"
|
|
37012
38721
|
}
|
|
37013
38722
|
},
|
|
37014
38723
|
"/v1/admin/operations/property-group-members": {
|
|
@@ -37164,7 +38873,14 @@
|
|
|
37164
38873
|
}
|
|
37165
38874
|
}
|
|
37166
38875
|
}
|
|
37167
|
-
}
|
|
38876
|
+
},
|
|
38877
|
+
"operationId": "getAdminOperationsPropertyGroupMembers",
|
|
38878
|
+
"summary": "GET /v1/admin/operations/property-group-members",
|
|
38879
|
+
"tags": [
|
|
38880
|
+
"operations"
|
|
38881
|
+
],
|
|
38882
|
+
"x-voyant-module": "operations",
|
|
38883
|
+
"x-voyant-surface": "admin"
|
|
37168
38884
|
},
|
|
37169
38885
|
"post": {
|
|
37170
38886
|
"requestBody": {
|
|
@@ -37339,7 +39055,14 @@
|
|
|
37339
39055
|
}
|
|
37340
39056
|
}
|
|
37341
39057
|
}
|
|
37342
|
-
}
|
|
39058
|
+
},
|
|
39059
|
+
"operationId": "postAdminOperationsPropertyGroupMembers",
|
|
39060
|
+
"summary": "POST /v1/admin/operations/property-group-members",
|
|
39061
|
+
"tags": [
|
|
39062
|
+
"operations"
|
|
39063
|
+
],
|
|
39064
|
+
"x-voyant-module": "operations",
|
|
39065
|
+
"x-voyant-surface": "admin"
|
|
37343
39066
|
}
|
|
37344
39067
|
},
|
|
37345
39068
|
"/v1/admin/operations/property-group-members/{id}": {
|
|
@@ -37451,7 +39174,14 @@
|
|
|
37451
39174
|
}
|
|
37452
39175
|
}
|
|
37453
39176
|
}
|
|
37454
|
-
}
|
|
39177
|
+
},
|
|
39178
|
+
"operationId": "getAdminOperationsPropertyGroupMembersById",
|
|
39179
|
+
"summary": "GET /v1/admin/operations/property-group-members/{id}",
|
|
39180
|
+
"tags": [
|
|
39181
|
+
"operations"
|
|
39182
|
+
],
|
|
39183
|
+
"x-voyant-module": "operations",
|
|
39184
|
+
"x-voyant-surface": "admin"
|
|
37455
39185
|
},
|
|
37456
39186
|
"patch": {
|
|
37457
39187
|
"parameters": [
|
|
@@ -37632,7 +39362,14 @@
|
|
|
37632
39362
|
}
|
|
37633
39363
|
}
|
|
37634
39364
|
}
|
|
37635
|
-
}
|
|
39365
|
+
},
|
|
39366
|
+
"operationId": "patchAdminOperationsPropertyGroupMembersById",
|
|
39367
|
+
"summary": "PATCH /v1/admin/operations/property-group-members/{id}",
|
|
39368
|
+
"tags": [
|
|
39369
|
+
"operations"
|
|
39370
|
+
],
|
|
39371
|
+
"x-voyant-module": "operations",
|
|
39372
|
+
"x-voyant-surface": "admin"
|
|
37636
39373
|
},
|
|
37637
39374
|
"delete": {
|
|
37638
39375
|
"parameters": [
|
|
@@ -37685,7 +39422,14 @@
|
|
|
37685
39422
|
}
|
|
37686
39423
|
}
|
|
37687
39424
|
}
|
|
37688
|
-
}
|
|
39425
|
+
},
|
|
39426
|
+
"operationId": "deleteAdminOperationsPropertyGroupMembersById",
|
|
39427
|
+
"summary": "DELETE /v1/admin/operations/property-group-members/{id}",
|
|
39428
|
+
"tags": [
|
|
39429
|
+
"operations"
|
|
39430
|
+
],
|
|
39431
|
+
"x-voyant-module": "operations",
|
|
39432
|
+
"x-voyant-surface": "admin"
|
|
37689
39433
|
}
|
|
37690
39434
|
},
|
|
37691
39435
|
"/v1/admin/operations/function-spaces": {
|
|
@@ -37854,7 +39598,14 @@
|
|
|
37854
39598
|
}
|
|
37855
39599
|
}
|
|
37856
39600
|
}
|
|
37857
|
-
}
|
|
39601
|
+
},
|
|
39602
|
+
"operationId": "getAdminOperationsFunctionSpaces",
|
|
39603
|
+
"summary": "GET /v1/admin/operations/function-spaces",
|
|
39604
|
+
"tags": [
|
|
39605
|
+
"operations"
|
|
39606
|
+
],
|
|
39607
|
+
"x-voyant-module": "operations",
|
|
39608
|
+
"x-voyant-surface": "admin"
|
|
37858
39609
|
},
|
|
37859
39610
|
"post": {
|
|
37860
39611
|
"requestBody": {
|
|
@@ -38060,7 +39811,14 @@
|
|
|
38060
39811
|
}
|
|
38061
39812
|
}
|
|
38062
39813
|
}
|
|
38063
|
-
}
|
|
39814
|
+
},
|
|
39815
|
+
"operationId": "postAdminOperationsFunctionSpaces",
|
|
39816
|
+
"summary": "POST /v1/admin/operations/function-spaces",
|
|
39817
|
+
"tags": [
|
|
39818
|
+
"operations"
|
|
39819
|
+
],
|
|
39820
|
+
"x-voyant-module": "operations",
|
|
39821
|
+
"x-voyant-surface": "admin"
|
|
38064
39822
|
}
|
|
38065
39823
|
},
|
|
38066
39824
|
"/v1/admin/operations/function-spaces/{id}": {
|
|
@@ -38239,7 +39997,14 @@
|
|
|
38239
39997
|
}
|
|
38240
39998
|
}
|
|
38241
39999
|
}
|
|
38242
|
-
}
|
|
40000
|
+
},
|
|
40001
|
+
"operationId": "getAdminOperationsFunctionSpacesById",
|
|
40002
|
+
"summary": "GET /v1/admin/operations/function-spaces/{id}",
|
|
40003
|
+
"tags": [
|
|
40004
|
+
"operations"
|
|
40005
|
+
],
|
|
40006
|
+
"x-voyant-module": "operations",
|
|
40007
|
+
"x-voyant-surface": "admin"
|
|
38243
40008
|
},
|
|
38244
40009
|
"patch": {
|
|
38245
40010
|
"parameters": [
|
|
@@ -38454,7 +40219,14 @@
|
|
|
38454
40219
|
}
|
|
38455
40220
|
}
|
|
38456
40221
|
}
|
|
38457
|
-
}
|
|
40222
|
+
},
|
|
40223
|
+
"operationId": "patchAdminOperationsFunctionSpacesById",
|
|
40224
|
+
"summary": "PATCH /v1/admin/operations/function-spaces/{id}",
|
|
40225
|
+
"tags": [
|
|
40226
|
+
"operations"
|
|
40227
|
+
],
|
|
40228
|
+
"x-voyant-module": "operations",
|
|
40229
|
+
"x-voyant-surface": "admin"
|
|
38458
40230
|
}
|
|
38459
40231
|
},
|
|
38460
40232
|
"/v1/admin/operations/function-spaces/{id}/capacities": {
|
|
@@ -38601,7 +40373,14 @@
|
|
|
38601
40373
|
}
|
|
38602
40374
|
}
|
|
38603
40375
|
}
|
|
38604
|
-
}
|
|
40376
|
+
},
|
|
40377
|
+
"operationId": "putAdminOperationsFunctionSpacesByIdCapacities",
|
|
40378
|
+
"summary": "PUT /v1/admin/operations/function-spaces/{id}/capacities",
|
|
40379
|
+
"tags": [
|
|
40380
|
+
"operations"
|
|
40381
|
+
],
|
|
40382
|
+
"x-voyant-module": "operations",
|
|
40383
|
+
"x-voyant-surface": "admin"
|
|
38605
40384
|
}
|
|
38606
40385
|
},
|
|
38607
40386
|
"/v1/admin/operations/space-blocks": {
|
|
@@ -38837,7 +40616,14 @@
|
|
|
38837
40616
|
}
|
|
38838
40617
|
}
|
|
38839
40618
|
}
|
|
38840
|
-
}
|
|
40619
|
+
},
|
|
40620
|
+
"operationId": "postAdminOperationsSpaceBlocks",
|
|
40621
|
+
"summary": "POST /v1/admin/operations/space-blocks",
|
|
40622
|
+
"tags": [
|
|
40623
|
+
"operations"
|
|
40624
|
+
],
|
|
40625
|
+
"x-voyant-module": "operations",
|
|
40626
|
+
"x-voyant-surface": "admin"
|
|
38841
40627
|
}
|
|
38842
40628
|
},
|
|
38843
40629
|
"/v1/admin/operations/space-blocks/{id}": {
|
|
@@ -39055,7 +40841,14 @@
|
|
|
39055
40841
|
}
|
|
39056
40842
|
}
|
|
39057
40843
|
}
|
|
39058
|
-
}
|
|
40844
|
+
},
|
|
40845
|
+
"operationId": "getAdminOperationsSpaceBlocksById",
|
|
40846
|
+
"summary": "GET /v1/admin/operations/space-blocks/{id}",
|
|
40847
|
+
"tags": [
|
|
40848
|
+
"operations"
|
|
40849
|
+
],
|
|
40850
|
+
"x-voyant-module": "operations",
|
|
40851
|
+
"x-voyant-surface": "admin"
|
|
39059
40852
|
}
|
|
39060
40853
|
},
|
|
39061
40854
|
"/v1/admin/operations/space-blocks/{id}/slots": {
|
|
@@ -39209,7 +41002,14 @@
|
|
|
39209
41002
|
}
|
|
39210
41003
|
}
|
|
39211
41004
|
}
|
|
39212
|
-
}
|
|
41005
|
+
},
|
|
41006
|
+
"operationId": "putAdminOperationsSpaceBlocksByIdSlots",
|
|
41007
|
+
"summary": "PUT /v1/admin/operations/space-blocks/{id}/slots",
|
|
41008
|
+
"tags": [
|
|
41009
|
+
"operations"
|
|
41010
|
+
],
|
|
41011
|
+
"x-voyant-module": "operations",
|
|
41012
|
+
"x-voyant-surface": "admin"
|
|
39213
41013
|
}
|
|
39214
41014
|
},
|
|
39215
41015
|
"/v1/admin/operations/space-blocks/{id}/pickups": {
|
|
@@ -39477,7 +41277,14 @@
|
|
|
39477
41277
|
}
|
|
39478
41278
|
}
|
|
39479
41279
|
}
|
|
39480
|
-
}
|
|
41280
|
+
},
|
|
41281
|
+
"operationId": "postAdminOperationsSpaceBlocksByIdPickups",
|
|
41282
|
+
"summary": "POST /v1/admin/operations/space-blocks/{id}/pickups",
|
|
41283
|
+
"tags": [
|
|
41284
|
+
"operations"
|
|
41285
|
+
],
|
|
41286
|
+
"x-voyant-module": "operations",
|
|
41287
|
+
"x-voyant-surface": "admin"
|
|
39481
41288
|
}
|
|
39482
41289
|
},
|
|
39483
41290
|
"/v1/admin/operations/space-blocks/{id}/pickups/reverse": {
|
|
@@ -39620,7 +41427,14 @@
|
|
|
39620
41427
|
}
|
|
39621
41428
|
}
|
|
39622
41429
|
}
|
|
39623
|
-
}
|
|
41430
|
+
},
|
|
41431
|
+
"operationId": "postAdminOperationsSpaceBlocksByIdPickupsReverse",
|
|
41432
|
+
"summary": "POST /v1/admin/operations/space-blocks/{id}/pickups/reverse",
|
|
41433
|
+
"tags": [
|
|
41434
|
+
"operations"
|
|
41435
|
+
],
|
|
41436
|
+
"x-voyant-module": "operations",
|
|
41437
|
+
"x-voyant-surface": "admin"
|
|
39624
41438
|
}
|
|
39625
41439
|
},
|
|
39626
41440
|
"/v1/admin/operations/space-blocks/{id}/release": {
|
|
@@ -39798,7 +41612,14 @@
|
|
|
39798
41612
|
}
|
|
39799
41613
|
}
|
|
39800
41614
|
}
|
|
39801
|
-
}
|
|
41615
|
+
},
|
|
41616
|
+
"operationId": "postAdminOperationsSpaceBlocksByIdRelease",
|
|
41617
|
+
"summary": "POST /v1/admin/operations/space-blocks/{id}/release",
|
|
41618
|
+
"tags": [
|
|
41619
|
+
"operations"
|
|
41620
|
+
],
|
|
41621
|
+
"x-voyant-module": "operations",
|
|
41622
|
+
"x-voyant-surface": "admin"
|
|
39802
41623
|
}
|
|
39803
41624
|
}
|
|
39804
41625
|
},
|