fix swagger description for DELETE /plugin/{name}
Signed-off-by: Tobias Gesellchen <tobias@gesellix.de>
(cherry picked from commit e6b2829a7f
)
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
6d6c11dceb
commit
97b0bb730e
1 changed files with 1 additions and 0 deletions
|
@ -6582,6 +6582,7 @@ paths:
|
|||
required: true
|
||||
type: "string"
|
||||
tags: ["Plugin"]
|
||||
/plugins/{name}:
|
||||
delete:
|
||||
summary: "Remove a plugin"
|
||||
operationId: "PluginDelete"
|
||||
|
|
Loading…
Reference in a new issue