Browse code

Merge pull request #30731 from shin-/plugin_privileges_param_fix

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

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2017/02/24 03:39:28
Showing 1 changed files
... ...
@@ -6503,7 +6503,7 @@ paths:
6503 6503
           schema:
6504 6504
             $ref: "#/definitions/ErrorResponse"
6505 6505
       parameters:
6506
-        - name: "name"
6506
+        - name: "remote"
6507 6507
           in: "query"
6508 6508
           description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted."
6509 6509
           required: true