Skip to content

Commit 72e5f9d

Browse files
committed
Merge pull request #77 from Mediatek-Cloud/MCS-2981-export-webhook-dummy-url
MCS-2981 modify the webhook tutorial for export function.
2 parents 4973e59 + beee9a0 commit 72e5f9d

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

content/en/tutorial/getting_started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ For more Data Channel and Data Type information, please refer to the key concept
6565

6666
## How to create a prototype by importing a JSON file
6767

68-
In addition to ceate a prototype by your own, you can also choose to import an existing prototype that shared by other users. You can also export your prototype for other users as well.
68+
In addition to create a prototype by your own, you can also choose to import an existing prototype that shared by other users. You can also export your prototype for other users as well.
6969

7070
### How to export the existing prototype
7171

@@ -77,6 +77,8 @@ Step 2. Click More button and select **Export**.
7777

7878
Step 3. Save the prototype JSON file.
7979

80+
Please note that the Webhook URL set in **Trigger & Action** will be replaced with http://localhost in the exported JSON to prevent users who import the JSON file from sending their device data to your server.
81+
8082

8183
### How to create prototype by importing JSON file
8284

content/zh-CN/tutorial/getting_started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@
9999

100100
步骤三,储存此 JSON 档案。
101101

102+
请注意,在汇出的 JSON 档案中,我们会以 http://localhost 取代您在**触发条件与动作**中设定的 Webhook URL,以防止他人在直接汇入此 JSON 档案后,将其装置资讯上传至您的服务器。
103+
102104

103105
### 如何透过汇入建立产品原型
104106

content/zh-TW/tutorial/getting_started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@
7777

7878
步驟三,儲存此 JSON 檔案。
7979

80+
請注意,在匯出的 JSON 檔案中,我們會以 http://localhost 取代您在**觸發條件與動作**中設定的 Webhook URL,以防止他人在直接匯入此 JSON 檔案後,將其裝置資訊上傳至您的伺服器。
81+
8082

8183
### 如何透過匯入建立產品原型
8284

0 commit comments

Comments
 (0)