From 892e9f2c23ad20009c8d3f4c6b5fdf7ff772f0e4 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sun, 2 Jul 2023 13:02:57 +0200 Subject: [PATCH] docs: api v1.41: 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.41.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/api/v1.41.yaml b/docs/api/v1.41.yaml index 0934898170..41f72b0144 100644 --- a/docs/api/v1.41.yaml +++ b/docs/api/v1.41.yaml @@ -9967,6 +9967,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: