Browse Source

Merge pull request #43897 from milas/docs-plugin-disable-force

api: swagger: add missing "force" query arg on plugin disable
Sebastiaan van Stijn 2 years ago
parent
commit
3e4c9d90cf
1 changed files with 6 additions and 0 deletions
  1. 6 0
      api/swagger.yaml

+ 6 - 0
api/swagger.yaml

@@ -10361,6 +10361,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: