-
Notifications
You must be signed in to change notification settings - Fork 94
Document deploy cancel #217
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
Conversation
Deploy preview for open-api ready! Built with commit aa9051d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The OpenAPI definition changes look good! Thank you so much for the speed on this!
There are some new files (swagger_flat.json
and swagger_go.json
). It looks like those are added by the generate.go
file. I am not too familiar with the Go setup, but based on the CI tests, I think there might be an issue there.
@@ -628,6 +628,26 @@ paths: | |||
$ref: '#/definitions/deploy' | |||
default: | |||
$ref: '#/responses/error' | |||
/sites/{site_id}/deploys/{deploy_id}/cancel: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Late to the party, but URL for this is /deploys/{deploy_id}/cancel
. with /sites/{site_id}
will give a 404 :(
Documents the endpoint to cancel an in-progress build/depoy.