Merge pull request #30731 from shin-/plugin_privileges_param_fix

Parameter name in GetPluginPrivileges is "remote"
(cherry picked from commit 8d28fc8fc4)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2017-02-23 19:39:28 +01:00 committed by Sebastiaan van Stijn
parent 3a232c89e4
commit 4b025d0605
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -6503,7 +6503,7 @@ paths:
schema:
$ref: "#/definitions/ErrorResponse"
parameters:
- name: "name"
- name: "remote"
in: "query"
description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted."
required: true