Skip to content

Commit a4bdfb9

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

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/api/v1.42.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10345,6 +10345,12 @@ paths:
1034510345
default if omitted.
1034610346
required: true
1034710347
type: "string"
10348+
- name: "force"
10349+
in: "query"
10350+
description: |
10351+
Force disable a plugin even if still in use.
10352+
required: false
10353+
type: "boolean"
1034810354
tags: ["Plugin"]
1034910355
/plugins/{name}/upgrade:
1035010356
post:

0 commit comments

Comments
 (0)