diff --git a/docs/api/v1.41.yaml b/docs/api/v1.41.yaml index 514c97ee4e..430eafde80 100644 --- a/docs/api/v1.41.yaml +++ b/docs/api/v1.41.yaml @@ -2190,11 +2190,12 @@ definitions: type: "string" x-nullable: false - PluginPrivilegeItem: + PluginPrivilege: description: | Describes a permission the user has to accept upon installing the plugin. type: "object" + x-go-name: "PluginPrivilege" properties: Name: type: "string" @@ -2990,7 +2991,7 @@ definitions: PluginPrivilege: type: "array" items: - $ref: "#/definitions/PluginPrivilegeItem" + $ref: "#/definitions/PluginPrivilege" ContainerSpec: type: "object" description: | @@ -9407,7 +9408,7 @@ paths: schema: type: "array" items: - $ref: "#/definitions/PluginPrivilegeItem" + $ref: "#/definitions/PluginPrivilege" example: - Name: "network" Description: "" @@ -9483,7 +9484,7 @@ paths: schema: type: "array" items: - $ref: "#/definitions/PluginPrivilegeItem" + $ref: "#/definitions/PluginPrivilege" example: - Name: "network" Description: "" @@ -9655,7 +9656,7 @@ paths: schema: type: "array" items: - $ref: "#/definitions/PluginPrivilegeItem" + $ref: "#/definitions/PluginPrivilege" example: - Name: "network" Description: ""