Skip to content

Commit 892e9f2

Browse files
committed
docs: api v1.41: 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]>
1 parent a4bdfb9 commit 892e9f2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/api/v1.41.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9967,6 +9967,12 @@ paths:
99679967
default if omitted.
99689968
required: true
99699969
type: "string"
9970+
- name: "force"
9971+
in: "query"
9972+
description: |
9973+
Force disable a plugin even if still in use.
9974+
required: false
9975+
type: "boolean"
99709976
tags: ["Plugin"]
99719977
/plugins/{name}/upgrade:
99729978
post:

0 commit comments

Comments
 (0)