Explorar o código

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 <github@gone.nl>
Sebastiaan van Stijn %!s(int64=2) %!d(string=hai) anos
pai
achega
892e9f2c23
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      docs/api/v1.41.yaml

+ 6 - 0
docs/api/v1.41.yaml

@@ -9967,6 +9967,12 @@ paths:
             default if omitted.
             default if omitted.
           required: true
           required: true
           type: "string"
           type: "string"
+        - name: "force"
+          in: "query"
+          description: |
+            Force disable a plugin even if still in use.
+          required: false
+          type: "boolean"
       tags: ["Plugin"]
       tags: ["Plugin"]
   /plugins/{name}/upgrade:
   /plugins/{name}/upgrade:
     post:
     post: