1
0
Fork 0
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:
Tobias Gesellchen 2016-12-26 15:18:03 +01:00
parent 11eb9b0d26
commit e6b2829a7f

View file

@ -6583,6 +6583,7 @@ paths:
required: true
type: "string"
tags: ["Plugin"]
/plugins/{name}:
delete:
summary: "Remove a plugin"
operationId: "PluginDelete"