This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git
The following commit(s) were added to refs/heads/dev by this push:
new c5d25ee615 [ISSUE-3855]fix spelling mistake (#591)
c5d25ee615 is described below
commit c5d25ee61575da077610c2cf5668de09007c9f95
Author: aiceflower <[email protected]>
AuthorDate: Fri Nov 18 21:30:09 2022 +0800
[ISSUE-3855]fix spelling mistake (#591)
* add Sample
* modify word mistakes
---
...-plugin-refesh.md => engineconn-plugin-refresh.md} | 19 +++++++++++++++----
...-plugin-refesh.md => engineconn-plugin-refresh.md} | 18 ++++++++++++++----
2 files changed, 29 insertions(+), 8 deletions(-)
diff --git
a/docs/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refesh.md
b/docs/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md
similarity index 83%
rename from docs/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refesh.md
rename to docs/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md
index badcd5b8bf..12ff4840c5 100644
--- a/docs/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refesh.md
+++ b/docs/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md
@@ -4,9 +4,9 @@ sidebar_position: 0.1
---
>The material resources mainly used for the engine (under
>{LINKIS_INSTALL_HOME}/lib/linkis-engineconn-plugin, the jar
>package/configuration file of the engine) are updated to BML.
-## refesh
+## refresh
-**Interface address**:`/api/rest_j/v1/engineplugin/refesh`
+**Interface address**:`/api/rest_j/v1/engineplugin/refresh`
**Request method**: `GET`
@@ -28,6 +28,17 @@ sidebar_position: 0.1
|ecType|Engine Type|query|true|string||
|version|version can be empty or *|query|false|string||
+**Sample Request**:
+```
+#url
+http://ip:port/api/rest_j/v1/engineplugin/refresh?ecType=hive&version=v2.3.3
+
+#Request Header
+Content-Type:application/json
+Token-Code:BML-AUTH
+Token-User:hadoop
+```
+
**Response parameters**:
@@ -53,10 +64,10 @@ sidebar_position: 0.1
````
-##refeshAll
+##refreshAll
-**Interface address**:`/api/rest_j/v1/engineplugin/refeshAll`
+**Interface address**:`/api/rest_j/v1/engineplugin/refreshAll`
**Request method**: `GET`
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refesh.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md
similarity index 82%
rename from
i18n/zh-CN/docusaurus-plugin-content-docs/current/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refesh.md
rename to
i18n/zh-CN/docusaurus-plugin-content-docs/current/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md
index 1b0ccbd210..0f6d596953 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refesh.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/api/http/linkis-cg-engineplugin-api/engineconn-plugin-refresh.md
@@ -4,9 +4,9 @@ sidebar_position: 2
---
>主要用于引擎的物料资源({LINKIS_INSTALL_HOME}/lib/linkis-engineconn-plugin 下,引擎的jar包/配置文件
>)更新至BML中。
-## refesh
+## refresh
-**接口地址**:`/api/rest_j/v1/engineplugin/refesh`
+**接口地址**:`/api/rest_j/v1/engineplugin/refresh`
**请求方式**:`GET`
@@ -28,6 +28,16 @@ sidebar_position: 2
|ecType|引擎类型|query|true|string||
|version|版本 可以为空或则*|query|false|string||
+**请求示例**:
+```
+#url
+http://ip:port/api/rest_j/v1/engineplugin/refresh?ecType=hive&version=v2.3.3
+
+#请求头部
+Content-Type:application/json
+Token-Code:BML-AUTH
+Token-User:hadoop
+```
**响应参数**:
@@ -53,10 +63,10 @@ sidebar_position: 2
```
-## refeshAll
+## refreshAll
-**接口地址**:`/api/rest_j/v1/engineplugin/refeshAll`
+**接口地址**:`/api/rest_j/v1/engineplugin/refreshAll`
**请求方式**:`GET`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]