This is an automated email from the ASF dual-hosted git repository.

hez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new f1384ef10 fix: fix a typo in the sample request of bitbucket plugin 
(#376)
f1384ef10 is described below

commit f1384ef10e3a54078621492def7290d9dafdeda9
Author: mindlesscloud <[email protected]>
AuthorDate: Mon Jan 9 10:16:08 2023 +0800

    fix: fix a typo in the sample request of bitbucket plugin (#376)
---
 docs/Plugins/bitbucket.md                         | 2 +-
 versioned_docs/version-v0.14/Plugins/bitbucket.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/Plugins/bitbucket.md b/docs/Plugins/bitbucket.md
index e2632ce3f..3543b06da 100644
--- a/docs/Plugins/bitbucket.md
+++ b/docs/Plugins/bitbucket.md
@@ -37,7 +37,7 @@ curl --location --request POST 
'http://localhost:8080/plugins/bitbucket/connecti
 curl --location --request POST 'http://localhost:8080/blueprints' \
 --header 'Content-Type: application/json' \
 --data-raw '{
-    "enabled": true,
+    "enable": true,
     "mode": "NORMAL",
     "name": "My Bitbucket Blueprint",
     "cronConfig": "<cron string of your choice>",
diff --git a/versioned_docs/version-v0.14/Plugins/bitbucket.md 
b/versioned_docs/version-v0.14/Plugins/bitbucket.md
index e2632ce3f..3543b06da 100644
--- a/versioned_docs/version-v0.14/Plugins/bitbucket.md
+++ b/versioned_docs/version-v0.14/Plugins/bitbucket.md
@@ -37,7 +37,7 @@ curl --location --request POST 
'http://localhost:8080/plugins/bitbucket/connecti
 curl --location --request POST 'http://localhost:8080/blueprints' \
 --header 'Content-Type: application/json' \
 --data-raw '{
-    "enabled": true,
+    "enable": true,
     "mode": "NORMAL",
     "name": "My Bitbucket Blueprint",
     "cronConfig": "<cron string of your choice>",

Reply via email to