mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 21:39:40 +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
|
@ -21,7 +21,7 @@ import (
|
|||
// @security jwt
|
||||
// @produce json
|
||||
// @param id path int true "Stack identifier"
|
||||
// @param endpointId query int true "Stacks created before version 1.18.0 might not have an associated environment(endpoint) identifier. Use this optional parameter to set the environment(endpoint) identifier used by the stack."
|
||||
// @param endpointId query int true "Environment identifier"
|
||||
// @param swarmId query int true "Swarm identifier"
|
||||
// @param orphanedRunning query boolean true "Indicates whether the stack is orphaned"
|
||||
// @success 200 {object} portainer.Stack "Success"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue