Skip to content

Commit 85ccb25

Browse files
committed
docs: api v1.43: 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 aba8e04 commit 85ccb25

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/api/v1.43.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10363,6 +10363,12 @@ paths:
1036310363
default if omitted.
1036410364
required: true
1036510365
type: "string"
10366+
- name: "force"
10367+
in: "query"
10368+
description: |
10369+
Force disable a plugin even if still in use.
10370+
required: false
10371+
type: "boolean"
1036610372
tags: ["Plugin"]
1036710373
/plugins/{name}/upgrade:
1036810374
post:

0 commit comments

Comments
 (0)