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

Commit 0dadc25

Browse files
committed
Update test snapshots
1 parent 61af965 commit 0dadc25

File tree

2 files changed

+156
-0
lines changed

2 files changed

+156
-0
lines changed

src/operations.test.js.md

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4730,6 +4730,162 @@ Generated by [AVA](https://ava.li).
47304730
],
47314731
verb: 'put',
47324732
},
4733+
{
4734+
operationId: 'cancelSiteDeploy',
4735+
parameters: {
4736+
body: {},
4737+
path: {
4738+
deploy_id: {
4739+
in: 'path',
4740+
name: 'deploy_id',
4741+
required: true,
4742+
type: 'string',
4743+
},
4744+
site_id: {
4745+
in: 'path',
4746+
name: 'site_id',
4747+
required: true,
4748+
type: 'string',
4749+
},
4750+
},
4751+
query: {},
4752+
},
4753+
path: '/sites/{site_id}/deploys/{deploy_id}/cancel',
4754+
responses: {
4755+
201: {
4756+
description: 'Cancelled',
4757+
schema: {
4758+
properties: {
4759+
admin_url: {
4760+
type: 'string',
4761+
},
4762+
branch: {
4763+
type: 'string',
4764+
},
4765+
build_id: {
4766+
type: 'string',
4767+
},
4768+
commit_ref: {
4769+
type: 'string',
4770+
},
4771+
commit_url: {
4772+
type: 'string',
4773+
},
4774+
context: {
4775+
type: 'string',
4776+
},
4777+
created_at: {
4778+
format: 'dateTime',
4779+
type: 'string',
4780+
},
4781+
deploy_ssl_url: {
4782+
type: 'string',
4783+
},
4784+
deploy_url: {
4785+
type: 'string',
4786+
},
4787+
draft: {
4788+
type: 'boolean',
4789+
},
4790+
error_message: {
4791+
type: 'string',
4792+
},
4793+
id: {
4794+
type: 'string',
4795+
},
4796+
locked: {
4797+
type: 'boolean',
4798+
},
4799+
name: {
4800+
type: 'string',
4801+
},
4802+
published_at: {
4803+
format: 'dateTime',
4804+
type: 'string',
4805+
},
4806+
required: {
4807+
items: {
4808+
type: 'string',
4809+
},
4810+
type: 'array',
4811+
},
4812+
required_functions: {
4813+
items: {
4814+
type: 'string',
4815+
},
4816+
type: 'array',
4817+
},
4818+
review_id: {
4819+
type: 'number',
4820+
},
4821+
review_url: {
4822+
type: 'string',
4823+
},
4824+
screenshot_url: {
4825+
type: 'string',
4826+
},
4827+
site_capabilities: {
4828+
properties: {
4829+
large_media_enabled: {
4830+
type: 'boolean',
4831+
},
4832+
},
4833+
type: 'object',
4834+
},
4835+
site_id: {
4836+
type: 'string',
4837+
},
4838+
skipped: {
4839+
type: 'boolean',
4840+
},
4841+
ssl_url: {
4842+
type: 'string',
4843+
},
4844+
state: {
4845+
type: 'string',
4846+
},
4847+
title: {
4848+
type: 'string',
4849+
},
4850+
updated_at: {
4851+
format: 'dateTime',
4852+
type: 'string',
4853+
},
4854+
url: {
4855+
type: 'string',
4856+
},
4857+
user_id: {
4858+
type: 'string',
4859+
},
4860+
},
4861+
type: 'object',
4862+
},
4863+
},
4864+
default: {
4865+
description: 'error',
4866+
schema: {
4867+
properties: {
4868+
code: {
4869+
format: 'int64',
4870+
type: 'integer',
4871+
},
4872+
message: {
4873+
type: 'string',
4874+
'x-nullable': false,
4875+
},
4876+
},
4877+
required: [
4878+
'message',
4879+
],
4880+
type: 'object',
4881+
},
4882+
},
4883+
},
4884+
tags: [
4885+
'deploy',
4886+
],
4887+
verb: 'post',
4888+
},
47334889
{
47344890
operationId: 'restoreSiteDeploy',
47354891
parameters: {

src/operations.test.js.snap

896 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)