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).
1035910359 required: true,
1036010360 type: 'string',
1036110361 },
10362+ instance_id: {
10363+ in: 'path',
10364+ name: 'instance_id',
10365+ required: true,
10366+ type: 'string',
10367+ },
1036210368 site_id: {
1036310369 in: 'path',
1036410370 name: 'site_id',
@@ -10368,7 +10374,7 @@ Generated by [AVA](https://ava.li).
1036810374 },
1036910375 query: {},
1037010376 },
10371- path: '/sites/{site_id}/services/{addon}/instances',
10377+ path: '/sites/{site_id}/services/{addon}/instances/{instance_id} ',
1037210378 responses: {
1037310379 201: {
1037410380 description: 'Created',
@@ -10467,6 +10473,12 @@ Generated by [AVA](https://ava.li).
1046710473 required: true,
1046810474 type: 'string',
1046910475 },
10476+ instance_id: {
10477+ in: 'path',
10478+ name: 'instance_id',
10479+ required: true,
10480+ type: 'string',
10481+ },
1047010482 site_id: {
1047110483 in: 'path',
1047210484 name: 'site_id',
@@ -10476,7 +10488,7 @@ Generated by [AVA](https://ava.li).
1047610488 },
1047710489 query: {},
1047810490 },
10479- path: '/sites/{site_id}/services/{addon}/instances',
10491+ path: '/sites/{site_id}/services/{addon}/instances/{instance_id} ',
1048010492 responses: {
1048110493 204: {
1048210494 description: 'Created',
@@ -10517,6 +10529,12 @@ Generated by [AVA](https://ava.li).
1051710529 required: true,
1051810530 type: 'string',
1051910531 },
10532+ instance_id: {
10533+ in: 'path',
10534+ name: 'instance_id',
10535+ required: true,
10536+ type: 'string',
10537+ },
1052010538 site_id: {
1052110539 in: 'path',
1052210540 name: 'site_id',
@@ -10526,7 +10544,7 @@ Generated by [AVA](https://ava.li).
1052610544 },
1052710545 query: {},
1052810546 },
10529- path: '/sites/{site_id}/services/{addon}/instances',
10547+ path: '/sites/{site_id}/services/{addon}/instances/{instance_id} ',
1053010548 responses: {
1053110549 204: {
1053210550 description: 'Deleted',
You can’t perform that action at this time.
0 commit comments