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 +96
-3
lines changed Expand file tree Collapse file tree 2 files changed +96
-3
lines changed Original file line number Diff line number Diff line change @@ -10240,6 +10240,99 @@ Generated by [AVA](https://ava.li).
10240
10240
],
10241
10241
verb: 'delete',
10242
10242
},
10243
+ {
10244
+ operationId: 'listServiceInstancesForSite',
10245
+ parameters: {
10246
+ body: {},
10247
+ path: {
10248
+ site_id: {
10249
+ in: 'path',
10250
+ name: 'site_id',
10251
+ required: true,
10252
+ type: 'string',
10253
+ },
10254
+ },
10255
+ query: {},
10256
+ },
10257
+ path: '/sites/{site_id}/service-instances',
10258
+ responses: {
10259
+ 200: {
10260
+ description: 'OK',
10261
+ schema: {
10262
+ items: {
10263
+ properties: {
10264
+ auth_url: {
10265
+ type: 'string',
10266
+ },
10267
+ config: {
10268
+ type: 'object',
10269
+ },
10270
+ created_at: {
10271
+ format: 'dateTime',
10272
+ type: 'string',
10273
+ },
10274
+ env: {
10275
+ type: 'object',
10276
+ },
10277
+ external_attributes: {
10278
+ type: 'object',
10279
+ },
10280
+ id: {
10281
+ type: 'string',
10282
+ },
10283
+ service_name: {
10284
+ type: 'string',
10285
+ },
10286
+ service_path: {
10287
+ type: 'string',
10288
+ },
10289
+ service_slug: {
10290
+ type: 'string',
10291
+ },
10292
+ snippets: {
10293
+ items: {
10294
+ type: 'object',
10295
+ },
10296
+ type: 'array',
10297
+ },
10298
+ updated_at: {
10299
+ format: 'dateTime',
10300
+ type: 'string',
10301
+ },
10302
+ url: {
10303
+ type: 'string',
10304
+ },
10305
+ },
10306
+ type: 'object',
10307
+ },
10308
+ type: 'array',
10309
+ },
10310
+ },
10311
+ default: {
10312
+ description: 'error',
10313
+ schema: {
10314
+ properties: {
10315
+ code: {
10316
+ format: 'int64',
10317
+ type: 'integer',
10318
+ },
10319
+ message: {
10320
+ type: 'string',
10321
+ 'x-nullable': false,
10322
+ },
10323
+ },
10324
+ required: [
10325
+ 'message',
10326
+ ],
10327
+ type: 'object',
10328
+ },
10329
+ },
10330
+ },
10331
+ tags: [
10332
+ 'serviceInstance',
10333
+ ],
10334
+ verb: 'get',
10335
+ },
10243
10336
{
10244
10337
consumes: [
10245
10338
'application/json',
@@ -10376,8 +10469,8 @@ Generated by [AVA](https://ava.li).
10376
10469
},
10377
10470
path: '/sites/{site_id}/services/{addon}/instances/{instance_id}',
10378
10471
responses: {
10379
- 201 : {
10380
- description: 'Created ',
10472
+ 200 : {
10473
+ description: 'OK ',
10381
10474
schema: {
10382
10475
properties: {
10383
10476
auth_url: {
@@ -10491,7 +10584,7 @@ Generated by [AVA](https://ava.li).
10491
10584
path: '/sites/{site_id}/services/{addon}/instances/{instance_id}',
10492
10585
responses: {
10493
10586
204: {
10494
- description: 'Created ',
10587
+ description: 'No Content ',
10495
10588
},
10496
10589
default: {
10497
10590
description: 'error',
You can’t perform that action at this time.
0 commit comments