mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix swagger description for DELETE /plugin/{name}
Signed-off-by: Tobias Gesellchen <tobias@gesellix.de>
This commit is contained in:
parent
11eb9b0d26
commit
e6b2829a7f
1 changed files with 1 additions and 0 deletions
|
@ -6583,6 +6583,7 @@ paths:
|
|||
required: true
|
||||
type: "string"
|
||||
tags: ["Plugin"]
|
||||
/plugins/{name}:
|
||||
delete:
|
||||
summary: "Remove a plugin"
|
||||
operationId: "PluginDelete"
|
||||
|
|
Loading…
Add table
Reference in a new issue