diff --git a/docs/api/v1.28.yaml b/docs/api/v1.28.yaml index 52c2fa4165..44bb67f025 100644 --- a/docs/api/v1.28.yaml +++ b/docs/api/v1.28.yaml @@ -6839,6 +6839,12 @@ paths: description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted." required: true type: "string" + - name: "force" + in: "query" + description: | + Force disable a plugin even if still in use. + required: false + type: "boolean" tags: ["Plugin"] /plugins/{name}/upgrade: post: diff --git a/docs/api/v1.29.yaml b/docs/api/v1.29.yaml index d675b7c619..ed69b68892 100644 --- a/docs/api/v1.29.yaml +++ b/docs/api/v1.29.yaml @@ -6881,6 +6881,12 @@ paths: description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted." required: true type: "string" + - name: "force" + in: "query" + description: | + Force disable a plugin even if still in use. + required: false + type: "boolean" tags: ["Plugin"] /plugins/{name}/upgrade: post: diff --git a/docs/api/v1.30.yaml b/docs/api/v1.30.yaml index e3c8e4280e..535a6205e2 100644 --- a/docs/api/v1.30.yaml +++ b/docs/api/v1.30.yaml @@ -7105,6 +7105,12 @@ paths: description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted." required: true type: "string" + - name: "force" + in: "query" + description: | + Force disable a plugin even if still in use. + required: false + type: "boolean" tags: ["Plugin"] /plugins/{name}/upgrade: post: diff --git a/docs/api/v1.31.yaml b/docs/api/v1.31.yaml index e38e6eb9aa..8535ffe237 100644 --- a/docs/api/v1.31.yaml +++ b/docs/api/v1.31.yaml @@ -7203,6 +7203,12 @@ paths: description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted." required: true type: "string" + - name: "force" + in: "query" + description: | + Force disable a plugin even if still in use. + required: false + type: "boolean" tags: ["Plugin"] /plugins/{name}/upgrade: post: diff --git a/docs/api/v1.32.yaml b/docs/api/v1.32.yaml index 1dfd274f44..b843bc6340 100644 --- a/docs/api/v1.32.yaml +++ b/docs/api/v1.32.yaml @@ -8248,6 +8248,12 @@ paths: description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted." required: true type: "string" + - name: "force" + in: "query" + description: | + Force disable a plugin even if still in use. + required: false + type: "boolean" tags: ["Plugin"] /plugins/{name}/upgrade: post: diff --git a/docs/api/v1.33.yaml b/docs/api/v1.33.yaml index 1d4034fbd0..3fa7eb43d5 100644 --- a/docs/api/v1.33.yaml +++ b/docs/api/v1.33.yaml @@ -8257,6 +8257,12 @@ paths: description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted." required: true type: "string" + - name: "force" + in: "query" + description: | + Force disable a plugin even if still in use. + required: false + type: "boolean" tags: ["Plugin"] /plugins/{name}/upgrade: post: diff --git a/docs/api/v1.34.yaml b/docs/api/v1.34.yaml index 966b090e59..d90d4dbbf8 100644 --- a/docs/api/v1.34.yaml +++ b/docs/api/v1.34.yaml @@ -8298,6 +8298,12 @@ paths: description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted." required: true type: "string" + - name: "force" + in: "query" + description: | + Force disable a plugin even if still in use. + required: false + type: "boolean" tags: ["Plugin"] /plugins/{name}/upgrade: post: diff --git a/docs/api/v1.35.yaml b/docs/api/v1.35.yaml index 2591fb6a2e..a3ed149466 100644 --- a/docs/api/v1.35.yaml +++ b/docs/api/v1.35.yaml @@ -8310,6 +8310,12 @@ paths: description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted." required: true type: "string" + - name: "force" + in: "query" + description: | + Force disable a plugin even if still in use. + required: false + type: "boolean" tags: ["Plugin"] /plugins/{name}/upgrade: post: diff --git a/docs/api/v1.36.yaml b/docs/api/v1.36.yaml index aa808e48b4..d5f4da5440 100644 --- a/docs/api/v1.36.yaml +++ b/docs/api/v1.36.yaml @@ -8354,6 +8354,12 @@ paths: description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted." required: true type: "string" + - name: "force" + in: "query" + description: | + Force disable a plugin even if still in use. + required: false + type: "boolean" tags: ["Plugin"] /plugins/{name}/upgrade: post: diff --git a/docs/api/v1.37.yaml b/docs/api/v1.37.yaml index 79496b06ef..b9290e1fea 100644 --- a/docs/api/v1.37.yaml +++ b/docs/api/v1.37.yaml @@ -8397,6 +8397,12 @@ paths: description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted." required: true type: "string" + - name: "force" + in: "query" + description: | + Force disable a plugin even if still in use. + required: false + type: "boolean" tags: ["Plugin"] /plugins/{name}/upgrade: post: diff --git a/docs/api/v1.38.yaml b/docs/api/v1.38.yaml index 4d1a28e548..af7b11817d 100644 --- a/docs/api/v1.38.yaml +++ b/docs/api/v1.38.yaml @@ -8458,6 +8458,12 @@ paths: description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted." required: true type: "string" + - name: "force" + in: "query" + description: | + Force disable a plugin even if still in use. + required: false + type: "boolean" tags: ["Plugin"] /plugins/{name}/upgrade: post: diff --git a/docs/api/v1.39.yaml b/docs/api/v1.39.yaml index 5e565b4dc1..b7d7943af5 100644 --- a/docs/api/v1.39.yaml +++ b/docs/api/v1.39.yaml @@ -9445,6 +9445,12 @@ paths: default if omitted. required: true type: "string" + - name: "force" + in: "query" + description: | + Force disable a plugin even if still in use. + required: false + type: "boolean" tags: ["Plugin"] /plugins/{name}/upgrade: post: diff --git a/docs/api/v1.40.yaml b/docs/api/v1.40.yaml index 818f849390..98df085393 100644 --- a/docs/api/v1.40.yaml +++ b/docs/api/v1.40.yaml @@ -9760,6 +9760,12 @@ paths: default if omitted. required: true type: "string" + - name: "force" + in: "query" + description: | + Force disable a plugin even if still in use. + required: false + type: "boolean" tags: ["Plugin"] /plugins/{name}/upgrade: post: