docs: api v1.41: add missing "force" query arg on plugin disable
This option was added in 8cb2229cd1
for
API version 1.28, but forgot to update the documentation and version
history.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
a4bdfb963f
commit
892e9f2c23
1 changed files with 6 additions and 0 deletions
|
@ -9967,6 +9967,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:
|
||||
|
|
Loading…
Add table
Reference in a new issue