Skip to content

Commit 5892aae

Browse files
committed
docs: api v1.28 - v1.40: add missing "force" query arg on plugin disable
This option was added in 8cb2229 for API version 1.28, but forgot to update the documentation and version history. Signed-off-by: Sebastiaan van Stijn <[email protected]> (cherry picked from commit f6258f7) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 7adb590 commit 5892aae

13 files changed

Lines changed: 78 additions & 0 deletions

File tree

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:

docs/api/v1.37.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8397,6 +8397,12 @@ paths:
83978397
description: "The name of the plugin. The `:latest` tag is optional, and is the default if omitted."
83988398
required: true
83998399
type: "string"
8400+
- name: "force"
8401+
in: "query"
8402+
description: |
8403+
Force disable a plugin even if still in use.
8404+
required: false
8405+
type: "boolean"
84008406
tags: ["Plugin"]
84018407
/plugins/{name}/upgrade:
84028408
post:

0 commit comments

Comments
 (0)