Merge pull request #30731 from shin-/plugin_privileges_param_fix

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

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