Skip to content

Fix path for deploy cancel #222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions go/plumbing/operations/cancel_site_deploy_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions go/plumbing/operations/cancel_site_deploy_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go/plumbing/operations/operations_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -628,15 +628,11 @@ paths:
$ref: '#/definitions/deploy'
default:
$ref: '#/responses/error'
/sites/{site_id}/deploys/{deploy_id}/cancel:
/deploys/{deploy_id}/cancel:
post:
operationId: cancelSiteDeploy
tags: [deploy]
parameters:
- name: site_id
type: string
in: path
required: true
- name: deploy_id
type: string
in: path
Expand Down