Merge pull request #30731 from shin-/plugin_privileges_param_fix
Parameter name in GetPluginPrivileges is "remote"
This commit is contained in:
commit
8d28fc8fc4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue