mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Merge pull request #30731 from shin-/plugin_privileges_param_fix
Parameter name in GetPluginPrivileges is "remote" Upstream-commit: 8d28fc8fc4db3c89d20679a022ea9cb5d3644b44 Component: engine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user