Merge pull request #30731 from shin-/plugin_privileges_param_fix

Parameter name in GetPluginPrivileges is "remote"
This commit is contained in:
Sebastiaan van Stijn 2017-02-23 19:39:28 +01:00 committed by GitHub
commit 8d28fc8fc4

View file

@ -6562,7 +6562,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