Skip to content

Commit 64f7956

Browse files
authored
Merge pull request #45869 from thaJeztah/24.0_backport_docs_plugin_disable_force_carry
[24.0 backport] docs: api: add missing "force" query arg on plugin disable
2 parents 05cf8e8 + 5892aae commit 64f7956

18 files changed

Lines changed: 103 additions & 0 deletions

api/swagger.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10359,6 +10359,12 @@ paths:
1035910359
default if omitted.
1036010360
required: true
1036110361
type: "string"
10362+
- name: "force"
10363+
in: "query"
10364+
description: |
10365+
Force disable a plugin even if still in use.
10366+
required: false
10367+
type: "boolean"
1036210368
tags: ["Plugin"]
1036310369
/plugins/{name}/upgrade:
1036410370
post:

docs/api/v1.28.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6839,6 +6839,12 @@ paths:
68396839
description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted."
68406840
required: true
68416841
type: "string"
6842+
- name: "force"
6843+
in: "query"
6844+
description: |
6845+
Force disable a plugin even if still in use.
6846+
required: false
6847+
type: "boolean"
68426848
tags: ["Plugin"]
68436849
/plugins/{name}/upgrade:
68446850
post:

docs/api/v1.29.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6881,6 +6881,12 @@ paths:
68816881
description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted."
68826882
required: true
68836883
type: "string"
6884+
- name: "force"
6885+
in: "query"
6886+
description: |
6887+
Force disable a plugin even if still in use.
6888+
required: false
6889+
type: "boolean"
68846890
tags: ["Plugin"]
68856891
/plugins/{name}/upgrade:
68866892
post:

docs/api/v1.30.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7105,6 +7105,12 @@ paths:
71057105
description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted."
71067106
required: true
71077107
type: "string"
7108+
- name: "force"
7109+
in: "query"
7110+
description: |
7111+
Force disable a plugin even if still in use.
7112+
required: false
7113+
type: "boolean"
71087114
tags: ["Plugin"]
71097115
/plugins/{name}/upgrade:
71107116
post:

docs/api/v1.31.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7203,6 +7203,12 @@ paths:
72037203
description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted."
72047204
required: true
72057205
type: "string"
7206+
- name: "force"
7207+
in: "query"
7208+
description: |
7209+
Force disable a plugin even if still in use.
7210+
required: false
7211+
type: "boolean"
72067212
tags: ["Plugin"]
72077213
/plugins/{name}/upgrade:
72087214
post:

docs/api/v1.32.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8248,6 +8248,12 @@ paths:
82488248
description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted."
82498249
required: true
82508250
type: "string"
8251+
- name: "force"
8252+
in: "query"
8253+
description: |
8254+
Force disable a plugin even if still in use.
8255+
required: false
8256+
type: "boolean"
82518257
tags: ["Plugin"]
82528258
/plugins/{name}/upgrade:
82538259
post:

docs/api/v1.33.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8257,6 +8257,12 @@ paths:
82578257
description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted."
82588258
required: true
82598259
type: "string"
8260+
- name: "force"
8261+
in: "query"
8262+
description: |
8263+
Force disable a plugin even if still in use.
8264+
required: false
8265+
type: "boolean"
82608266
tags: ["Plugin"]
82618267
/plugins/{name}/upgrade:
82628268
post:

docs/api/v1.34.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8298,6 +8298,12 @@ paths:
82988298
description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted."
82998299
required: true
83008300
type: "string"
8301+
- name: "force"
8302+
in: "query"
8303+
description: |
8304+
Force disable a plugin even if still in use.
8305+
required: false
8306+
type: "boolean"
83018307
tags: ["Plugin"]
83028308
/plugins/{name}/upgrade:
83038309
post:

docs/api/v1.35.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8310,6 +8310,12 @@ paths:
83108310
description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted."
83118311
required: true
83128312
type: "string"
8313+
- name: "force"
8314+
in: "query"
8315+
description: |
8316+
Force disable a plugin even if still in use.
8317+
required: false
8318+
type: "boolean"
83138319
tags: ["Plugin"]
83148320
/plugins/{name}/upgrade:
83158321
post:

docs/api/v1.36.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8354,6 +8354,12 @@ paths:
83548354
description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted."
83558355
required: true
83568356
type: "string"
8357+
- name: "force"
8358+
in: "query"
8359+
description: |
8360+
Force disable a plugin even if still in use.
8361+
required: false
8362+
type: "boolean"
83578363
tags: ["Plugin"]
83588364
/plugins/{name}/upgrade:
83598365
post:

0 commit comments

Comments
 (0)