Parameter name in GetPluginPrivileges is "remote"
(cherry picked from commit 8d28fc8fc4db3c89d20679a022ea9cb5d3644b44)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -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 |