Parameter name in GetPluginPrivileges is "remote"
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
ea4d124395
commit
5bec534da5
1 changed files with 1 additions and 1 deletions
|
@ -6480,7 +6480,7 @@ paths:
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/definitions/ErrorResponse"
|
$ref: "#/definitions/ErrorResponse"
|
||||||
parameters:
|
parameters:
|
||||||
- name: "name"
|
- name: "remote"
|
||||||
in: "query"
|
in: "query"
|
||||||
description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted."
|
description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted."
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in a new issue