diff --git a/src/UserGuide/Master/API/RestServiceV1.md b/src/UserGuide/Master/API/RestServiceV1.md index 5e656ab09..738448e87 100644 --- a/src/UserGuide/Master/API/RestServiceV1.md +++ b/src/UserGuide/Master/API/RestServiceV1.md @@ -46,7 +46,7 @@ The username used in the following examples is: `root`, and password is: `root`. And the authorization header is ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - If a user authorized with incorrect username or password, the following error is returned: diff --git a/src/UserGuide/Master/API/RestServiceV2.md b/src/UserGuide/Master/API/RestServiceV2.md index bc09687b1..b4c733fb6 100644 --- a/src/UserGuide/Master/API/RestServiceV2.md +++ b/src/UserGuide/Master/API/RestServiceV2.md @@ -46,7 +46,7 @@ The username used in the following examples is: `root`, and password is: `root`. And the authorization header is ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - If a user authorized with incorrect username or password, the following error is returned: diff --git a/src/UserGuide/V0.13.x/API/RestService.md b/src/UserGuide/V0.13.x/API/RestService.md index 01ea548ec..3198c7dbb 100644 --- a/src/UserGuide/V0.13.x/API/RestService.md +++ b/src/UserGuide/V0.13.x/API/RestService.md @@ -46,7 +46,7 @@ The username used in the following examples is: `root`, and password is: `root`. And the authorization header is ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - If a user authorized with incorrect username or password, the following error is returned: diff --git a/src/UserGuide/V1.0.x/API/RestService.md b/src/UserGuide/V1.0.x/API/RestService.md index 9717cb55a..6bb4e9224 100644 --- a/src/UserGuide/V1.0.x/API/RestService.md +++ b/src/UserGuide/V1.0.x/API/RestService.md @@ -46,7 +46,7 @@ The username used in the following examples is: `root`, and password is: `root`. And the authorization header is ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - If a user authorized with incorrect username or password, the following error is returned: diff --git a/src/UserGuide/V1.1.x/API/RestServiceV1.md b/src/UserGuide/V1.1.x/API/RestServiceV1.md index 0ac010cf5..5b55d0ece 100644 --- a/src/UserGuide/V1.1.x/API/RestServiceV1.md +++ b/src/UserGuide/V1.1.x/API/RestServiceV1.md @@ -46,7 +46,7 @@ The username used in the following examples is: `root`, and password is: `root`. And the authorization header is ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - If a user authorized with incorrect username or password, the following error is returned: diff --git a/src/UserGuide/V1.1.x/API/RestServiceV2.md b/src/UserGuide/V1.1.x/API/RestServiceV2.md index 0b3aa050c..90afdd8e1 100644 --- a/src/UserGuide/V1.1.x/API/RestServiceV2.md +++ b/src/UserGuide/V1.1.x/API/RestServiceV2.md @@ -46,7 +46,7 @@ The username used in the following examples is: `root`, and password is: `root`. And the authorization header is ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - If a user authorized with incorrect username or password, the following error is returned: diff --git a/src/UserGuide/V1.2.x/API/RestServiceV1.md b/src/UserGuide/V1.2.x/API/RestServiceV1.md index e7f0bc9be..10895bb3e 100644 --- a/src/UserGuide/V1.2.x/API/RestServiceV1.md +++ b/src/UserGuide/V1.2.x/API/RestServiceV1.md @@ -46,7 +46,7 @@ The username used in the following examples is: `root`, and password is: `root`. And the authorization header is ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - If a user authorized with incorrect username or password, the following error is returned: diff --git a/src/UserGuide/V1.2.x/API/RestServiceV2.md b/src/UserGuide/V1.2.x/API/RestServiceV2.md index 60e81b288..bf9534ca2 100644 --- a/src/UserGuide/V1.2.x/API/RestServiceV2.md +++ b/src/UserGuide/V1.2.x/API/RestServiceV2.md @@ -46,7 +46,7 @@ The username used in the following examples is: `root`, and password is: `root`. And the authorization header is ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - If a user authorized with incorrect username or password, the following error is returned: diff --git a/src/UserGuide/V1.3.0-2/API/RestServiceV1.md b/src/UserGuide/V1.3.0-2/API/RestServiceV1.md index ef767f622..8c643f9ca 100644 --- a/src/UserGuide/V1.3.0-2/API/RestServiceV1.md +++ b/src/UserGuide/V1.3.0-2/API/RestServiceV1.md @@ -46,7 +46,7 @@ The username used in the following examples is: `root`, and password is: `root`. And the authorization header is ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - If a user authorized with incorrect username or password, the following error is returned: diff --git a/src/UserGuide/V1.3.0-2/API/RestServiceV2.md b/src/UserGuide/V1.3.0-2/API/RestServiceV2.md index 0e8daaaa4..51f0d4d9a 100644 --- a/src/UserGuide/V1.3.0-2/API/RestServiceV2.md +++ b/src/UserGuide/V1.3.0-2/API/RestServiceV2.md @@ -46,7 +46,7 @@ The username used in the following examples is: `root`, and password is: `root`. And the authorization header is ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - If a user authorized with incorrect username or password, the following error is returned: diff --git a/src/UserGuide/latest/API/RestServiceV1.md b/src/UserGuide/latest/API/RestServiceV1.md index 5e656ab09..738448e87 100644 --- a/src/UserGuide/latest/API/RestServiceV1.md +++ b/src/UserGuide/latest/API/RestServiceV1.md @@ -46,7 +46,7 @@ The username used in the following examples is: `root`, and password is: `root`. And the authorization header is ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - If a user authorized with incorrect username or password, the following error is returned: diff --git a/src/UserGuide/latest/API/RestServiceV2.md b/src/UserGuide/latest/API/RestServiceV2.md index bc09687b1..b4c733fb6 100644 --- a/src/UserGuide/latest/API/RestServiceV2.md +++ b/src/UserGuide/latest/API/RestServiceV2.md @@ -46,7 +46,7 @@ The username used in the following examples is: `root`, and password is: `root`. And the authorization header is ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - If a user authorized with incorrect username or password, the following error is returned: diff --git a/src/zh/UserGuide/Master/API/RestServiceV1.md b/src/zh/UserGuide/Master/API/RestServiceV1.md index ee1ba7d4e..c3917007a 100644 --- a/src/zh/UserGuide/Master/API/RestServiceV1.md +++ b/src/zh/UserGuide/Master/API/RestServiceV1.md @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的 示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为 ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - 若用户名密码认证失败,则返回如下信息: diff --git a/src/zh/UserGuide/Master/API/RestServiceV2.md b/src/zh/UserGuide/Master/API/RestServiceV2.md index be7fe311b..62d37c517 100644 --- a/src/zh/UserGuide/Master/API/RestServiceV2.md +++ b/src/zh/UserGuide/Master/API/RestServiceV2.md @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的 示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为 ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - 若用户名密码认证失败,则返回如下信息: diff --git a/src/zh/UserGuide/V0.13.x/API/RestService.md b/src/zh/UserGuide/V0.13.x/API/RestService.md index 1cba5b387..9b28d80bc 100644 --- a/src/zh/UserGuide/V0.13.x/API/RestService.md +++ b/src/zh/UserGuide/V0.13.x/API/RestService.md @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的 示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为 ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - 若用户名密码认证失败,则返回如下信息: diff --git a/src/zh/UserGuide/V1.0.x/API/RestService.md b/src/zh/UserGuide/V1.0.x/API/RestService.md index 5c9fac9ed..bd48ac974 100644 --- a/src/zh/UserGuide/V1.0.x/API/RestService.md +++ b/src/zh/UserGuide/V1.0.x/API/RestService.md @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的 示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为 ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - 若用户名密码认证失败,则返回如下信息: diff --git a/src/zh/UserGuide/V1.1.x/API/RestServiceV1.md b/src/zh/UserGuide/V1.1.x/API/RestServiceV1.md index 98b303826..f9b9c46ca 100644 --- a/src/zh/UserGuide/V1.1.x/API/RestServiceV1.md +++ b/src/zh/UserGuide/V1.1.x/API/RestServiceV1.md @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的 示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为 ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - 若用户名密码认证失败,则返回如下信息: diff --git a/src/zh/UserGuide/V1.1.x/API/RestServiceV2.md b/src/zh/UserGuide/V1.1.x/API/RestServiceV2.md index 8986d629e..9edc9f2de 100644 --- a/src/zh/UserGuide/V1.1.x/API/RestServiceV2.md +++ b/src/zh/UserGuide/V1.1.x/API/RestServiceV2.md @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的 示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为 ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - 若用户名密码认证失败,则返回如下信息: diff --git a/src/zh/UserGuide/V1.2.x/API/RestServiceV1.md b/src/zh/UserGuide/V1.2.x/API/RestServiceV1.md index 7ce11ff53..82fe6113b 100644 --- a/src/zh/UserGuide/V1.2.x/API/RestServiceV1.md +++ b/src/zh/UserGuide/V1.2.x/API/RestServiceV1.md @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的 示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为 ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - 若用户名密码认证失败,则返回如下信息: diff --git a/src/zh/UserGuide/V1.2.x/API/RestServiceV2.md b/src/zh/UserGuide/V1.2.x/API/RestServiceV2.md index 0275fe2c2..650a3ac05 100644 --- a/src/zh/UserGuide/V1.2.x/API/RestServiceV2.md +++ b/src/zh/UserGuide/V1.2.x/API/RestServiceV2.md @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的 示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为 ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - 若用户名密码认证失败,则返回如下信息: diff --git a/src/zh/UserGuide/V1.3.0-2/API/RestServiceV1.md b/src/zh/UserGuide/V1.3.0-2/API/RestServiceV1.md index 0988d0404..f00672df5 100644 --- a/src/zh/UserGuide/V1.3.0-2/API/RestServiceV1.md +++ b/src/zh/UserGuide/V1.3.0-2/API/RestServiceV1.md @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的 示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为 ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - 若用户名密码认证失败,则返回如下信息: diff --git a/src/zh/UserGuide/V1.3.0-2/API/RestServiceV2.md b/src/zh/UserGuide/V1.3.0-2/API/RestServiceV2.md index 71646e03c..eb44f5e26 100644 --- a/src/zh/UserGuide/V1.3.0-2/API/RestServiceV2.md +++ b/src/zh/UserGuide/V1.3.0-2/API/RestServiceV2.md @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的 示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为 ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - 若用户名密码认证失败,则返回如下信息: diff --git a/src/zh/UserGuide/latest/API/RestServiceV1.md b/src/zh/UserGuide/latest/API/RestServiceV1.md index ee1ba7d4e..c3917007a 100644 --- a/src/zh/UserGuide/latest/API/RestServiceV1.md +++ b/src/zh/UserGuide/latest/API/RestServiceV1.md @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的 示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为 ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - 若用户名密码认证失败,则返回如下信息: diff --git a/src/zh/UserGuide/latest/API/RestServiceV2.md b/src/zh/UserGuide/latest/API/RestServiceV2.md index be7fe311b..62d37c517 100644 --- a/src/zh/UserGuide/latest/API/RestServiceV2.md +++ b/src/zh/UserGuide/latest/API/RestServiceV2.md @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的 示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为 ``` -Authorization: Basic cm9vdDpyb2901 +Authorization: Basic cm9vdDpyb290 ``` - 若用户名密码认证失败,则返回如下信息: