File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments