mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
fix(swagger): add swagger annotation for pull and redeploy stack
This commit is contained in:
parent
7b2269fbba
commit
68453482af
6 changed files with 27 additions and 8 deletions
|
@ -27,7 +27,7 @@ import (
|
|||
// @success 204 "Success"
|
||||
// @failure 400 "Invalid request"
|
||||
// @failure 403 "Permission denied"
|
||||
// @failure 404 " not found"
|
||||
// @failure 404 "Not found"
|
||||
// @failure 500 "Server error"
|
||||
// @router /stacks/{id} [delete]
|
||||
func (handler *Handler) stackDelete(w http.ResponseWriter, r *http.Request) *httperror.HandlerError {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue