Browse Source

Merge pull request #30731 from shin-/plugin_privileges_param_fix

Parameter name in GetPluginPrivileges is "remote"
Sebastiaan van Stijn 8 years ago
parent
commit
8d28fc8fc4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/swagger.yaml

+ 1 - 1
api/swagger.yaml

@@ -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