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

Commit 5fe7273

Browse files
committed
Update test snapshots
1 parent 392c956 commit 5fe7273

File tree

2 files changed

+44
-80
lines changed

2 files changed

+44
-80
lines changed

src/operations.test.js.md

Lines changed: 44 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -6141,6 +6141,50 @@ Generated by [AVA](https://ava.li).
61416141
],
61426142
verb: 'put',
61436143
},
6144+
{
6145+
operationId: 'rollbackSiteDeploy',
6146+
parameters: {
6147+
body: {},
6148+
path: {
6149+
site_id: {
6150+
in: 'path',
6151+
name: 'site_id',
6152+
required: true,
6153+
type: 'string',
6154+
},
6155+
},
6156+
query: {},
6157+
},
6158+
path: '/sites/{site_id}/rollback',
6159+
responses: {
6160+
204: {
6161+
description: 'No content',
6162+
},
6163+
default: {
6164+
description: 'error',
6165+
schema: {
6166+
properties: {
6167+
code: {
6168+
format: 'int64',
6169+
type: 'integer',
6170+
},
6171+
message: {
6172+
type: 'string',
6173+
'x-nullable': false,
6174+
},
6175+
},
6176+
required: [
6177+
'message',
6178+
],
6179+
type: 'object',
6180+
},
6181+
},
6182+
},
6183+
tags: [
6184+
'deploy',
6185+
],
6186+
verb: 'post',
6187+
},
61446188
{
61456189
operationId: 'getDeploy',
61466190
parameters: {
@@ -6883,86 +6927,6 @@ Generated by [AVA](https://ava.li).
68836927
],
68846928
verb: 'post',
68856929
},
6886-
{
6887-
operationId: 'listForms',
6888-
parameters: {
6889-
body: {},
6890-
path: {},
6891-
query: {
6892-
site_id: {
6893-
in: 'query',
6894-
name: 'site_id',
6895-
type: 'string',
6896-
},
6897-
},
6898-
},
6899-
path: '/forms',
6900-
responses: {
6901-
200: {
6902-
description: 'OK',
6903-
schema: {
6904-
items: {
6905-
properties: {
6906-
created_at: {
6907-
format: 'dateTime',
6908-
type: 'string',
6909-
},
6910-
fields: {
6911-
items: {
6912-
type: 'object',
6913-
},
6914-
type: 'array',
6915-
},
6916-
id: {
6917-
type: 'string',
6918-
},
6919-
name: {
6920-
type: 'string',
6921-
},
6922-
paths: {
6923-
items: {
6924-
type: 'string',
6925-
},
6926-
type: 'array',
6927-
},
6928-
site_id: {
6929-
type: 'string',
6930-
},
6931-
submission_count: {
6932-
format: 'int32',
6933-
type: 'integer',
6934-
},
6935-
},
6936-
type: 'object',
6937-
},
6938-
type: 'array',
6939-
},
6940-
},
6941-
default: {
6942-
description: 'error',
6943-
schema: {
6944-
properties: {
6945-
code: {
6946-
format: 'int64',
6947-
type: 'integer',
6948-
},
6949-
message: {
6950-
type: 'string',
6951-
'x-nullable': false,
6952-
},
6953-
},
6954-
required: [
6955-
'message',
6956-
],
6957-
type: 'object',
6958-
},
6959-
},
6960-
},
6961-
tags: [
6962-
'form',
6963-
],
6964-
verb: 'get',
6965-
},
69666930
{
69676931
operationId: 'listFormSubmissions',
69686932
parameters: {

src/operations.test.js.snap

-124 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)