1
0
Fork 0
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:
Chaim Lev-Ari 2023-05-23 10:25:32 +07:00 committed by GitHub
parent b4dd5c5989
commit 6242952141
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 19 additions and 7 deletions

View file

@ -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"