mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #29707 from gesellix/delete-plugin-swagger
fix swagger description for `DELETE /plugin/{name}`
This commit is contained in:
commit
55d5c80214
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…
Reference in a new issue