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
|
required: true
|
||||||
type: "string"
|
type: "string"
|
||||||
tags: ["Plugin"]
|
tags: ["Plugin"]
|
||||||
|
/plugins/{name}:
|
||||||
delete:
|
delete:
|
||||||
summary: "Remove a plugin"
|
summary: "Remove a plugin"
|
||||||
operationId: "PluginDelete"
|
operationId: "PluginDelete"
|
||||||
|
|
Loading…
Add table
Reference in a new issue