From 85ccb25eb8ef72837e50330acf390d7b44157e8b Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sun, 2 Jul 2023 13:02:32 +0200 Subject: [PATCH] docs: api v1.43: 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.43.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/api/v1.43.yaml b/docs/api/v1.43.yaml index 98da60c89e..00b8690d5b 100644 --- a/docs/api/v1.43.yaml +++ b/docs/api/v1.43.yaml @@ -10363,6 +10363,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: