Browse Source

Merge pull request #30731 from shin-/plugin_privileges_param_fix

Parameter name in GetPluginPrivileges is "remote"
Sebastiaan van Stijn 8 năm trước cách đây
mục cha
commit
8d28fc8fc4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      api/swagger.yaml

+ 1 - 1
api/swagger.yaml

@@ -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