docs: api v1.42: add missing "force" query arg on plugin disable
This option was added in8cb2229cd1
for API version 1.28, but forgot to update the documentation and version history. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commita4bdfb963f
) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
b732cfd392
commit
b5aacf8161
1 changed files with 6 additions and 0 deletions
|
@ -10345,6 +10345,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…
Reference in a new issue