From a4bdfb963fbb6f8d3f86c4731033362224b5c083 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sun, 2 Jul 2023 13:02:45 +0200 Subject: [PATCH] docs: api v1.42: add missing "force" query arg on plugin disable This option was added in 8cb2229cd18c53bdbf36301f26db565a50027d6a for API version 1.28, but forgot to update the documentation and version history. Signed-off-by: Sebastiaan van Stijn --- docs/api/v1.42.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/api/v1.42.yaml b/docs/api/v1.42.yaml index 7b3dbd65b3..cb9c2491d3 100644 --- a/docs/api/v1.42.yaml +++ b/docs/api/v1.42.yaml @@ -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: