Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 256c6b2

Browse files
committed
test: update snapshots
1 parent b9e9af0 commit 256c6b2

File tree

2 files changed

+96
-3
lines changed

2 files changed

+96
-3
lines changed

src/operations.test.js.md

Lines changed: 96 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10240,6 +10240,99 @@ Generated by [AVA](https://ava.li).
1024010240
],
1024110241
verb: 'delete',
1024210242
},
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+
},
1024310336
{
1024410337
consumes: [
1024510338
'application/json',
@@ -10376,8 +10469,8 @@ Generated by [AVA](https://ava.li).
1037610469
},
1037710470
path: '/sites/{site_id}/services/{addon}/instances/{instance_id}',
1037810471
responses: {
10379-
201: {
10380-
description: 'Created',
10472+
200: {
10473+
description: 'OK',
1038110474
schema: {
1038210475
properties: {
1038310476
auth_url: {
@@ -10491,7 +10584,7 @@ Generated by [AVA](https://ava.li).
1049110584
path: '/sites/{site_id}/services/{addon}/instances/{instance_id}',
1049210585
responses: {
1049310586
204: {
10494-
description: 'Created',
10587+
description: 'No Content',
1049510588
},
1049610589
default: {
1049710590
description: 'error',

src/operations.test.js.snap

570 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)