Ver código fonte

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 <github@gone.nl>
Sebastiaan van Stijn 2 anos atrás
pai
commit
85ccb25eb8
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      docs/api/v1.43.yaml

+ 6 - 0
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: