This repository was archived by the owner on Oct 10, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -10359,6 +10359,12 @@ Generated by [AVA](https://ava.li).
10359
10359
required: true,
10360
10360
type: 'string',
10361
10361
},
10362
+ instance_id: {
10363
+ in: 'path',
10364
+ name: 'instance_id',
10365
+ required: true,
10366
+ type: 'string',
10367
+ },
10362
10368
site_id: {
10363
10369
in: 'path',
10364
10370
name: 'site_id',
@@ -10368,7 +10374,7 @@ Generated by [AVA](https://ava.li).
10368
10374
},
10369
10375
query: {},
10370
10376
},
10371
- path: '/sites/{site_id}/services/{addon}/instances',
10377
+ path: '/sites/{site_id}/services/{addon}/instances/{instance_id} ',
10372
10378
responses: {
10373
10379
201: {
10374
10380
description: 'Created',
@@ -10467,6 +10473,12 @@ Generated by [AVA](https://ava.li).
10467
10473
required: true,
10468
10474
type: 'string',
10469
10475
},
10476
+ instance_id: {
10477
+ in: 'path',
10478
+ name: 'instance_id',
10479
+ required: true,
10480
+ type: 'string',
10481
+ },
10470
10482
site_id: {
10471
10483
in: 'path',
10472
10484
name: 'site_id',
@@ -10476,7 +10488,7 @@ Generated by [AVA](https://ava.li).
10476
10488
},
10477
10489
query: {},
10478
10490
},
10479
- path: '/sites/{site_id}/services/{addon}/instances',
10491
+ path: '/sites/{site_id}/services/{addon}/instances/{instance_id} ',
10480
10492
responses: {
10481
10493
204: {
10482
10494
description: 'Created',
@@ -10517,6 +10529,12 @@ Generated by [AVA](https://ava.li).
10517
10529
required: true,
10518
10530
type: 'string',
10519
10531
},
10532
+ instance_id: {
10533
+ in: 'path',
10534
+ name: 'instance_id',
10535
+ required: true,
10536
+ type: 'string',
10537
+ },
10520
10538
site_id: {
10521
10539
in: 'path',
10522
10540
name: 'site_id',
@@ -10526,7 +10544,7 @@ Generated by [AVA](https://ava.li).
10526
10544
},
10527
10545
query: {},
10528
10546
},
10529
- path: '/sites/{site_id}/services/{addon}/instances',
10547
+ path: '/sites/{site_id}/services/{addon}/instances/{instance_id} ',
10530
10548
responses: {
10531
10549
204: {
10532
10550
description: 'Deleted',
You can’t perform that action at this time.
0 commit comments