mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
docs(stacks): require endpoint id [EE-5286] (#8988)
This commit is contained in:
parent
b4dd5c5989
commit
6242952141
5 changed files with 19 additions and 7 deletions
|
@ -29,7 +29,7 @@ import (
|
|||
// @security jwt
|
||||
// @param id path int true "Stack identifier"
|
||||
// @param external query boolean false "Set to true to delete an external stack. Only external Swarm stacks are supported"
|
||||
// @param endpointId query int true "Environment(Endpoint) identifier used to remove an external stack (required when external is set to true)"
|
||||
// @param endpointId query int true "Environment identifier"
|
||||
// @success 204 "Success"
|
||||
// @failure 400 "Invalid request"
|
||||
// @failure 403 "Permission denied"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue