Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/UserGuide/Master/API/RestServiceV1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/Master/API/RestServiceV2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/V0.13.x/API/RestService.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/V1.0.x/API/RestService.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/V1.1.x/API/RestServiceV1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/V1.1.x/API/RestServiceV2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/V1.2.x/API/RestServiceV1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/V1.2.x/API/RestServiceV2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/V1.3.0-2/API/RestServiceV1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/V1.3.0-2/API/RestServiceV2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/latest/API/RestServiceV1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/latest/API/RestServiceV2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/Master/API/RestServiceV1.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的
示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为

```
Authorization: Basic cm9vdDpyb2901
Authorization: Basic cm9vdDpyb290
```

- 若用户名密码认证失败,则返回如下信息:
Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/Master/API/RestServiceV2.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的
示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为

```
Authorization: Basic cm9vdDpyb2901
Authorization: Basic cm9vdDpyb290
```

- 若用户名密码认证失败,则返回如下信息:
Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/V0.13.x/API/RestService.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的
示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为

```
Authorization: Basic cm9vdDpyb2901
Authorization: Basic cm9vdDpyb290
```

- 若用户名密码认证失败,则返回如下信息:
Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/V1.0.x/API/RestService.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的
示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为

```
Authorization: Basic cm9vdDpyb2901
Authorization: Basic cm9vdDpyb290
```

- 若用户名密码认证失败,则返回如下信息:
Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/V1.1.x/API/RestServiceV1.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的
示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为

```
Authorization: Basic cm9vdDpyb2901
Authorization: Basic cm9vdDpyb290
```

- 若用户名密码认证失败,则返回如下信息:
Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/V1.1.x/API/RestServiceV2.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的
示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为

```
Authorization: Basic cm9vdDpyb2901
Authorization: Basic cm9vdDpyb290
```

- 若用户名密码认证失败,则返回如下信息:
Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/V1.2.x/API/RestServiceV1.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的
示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为

```
Authorization: Basic cm9vdDpyb2901
Authorization: Basic cm9vdDpyb290
```

- 若用户名密码认证失败,则返回如下信息:
Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/V1.2.x/API/RestServiceV2.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的
示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为

```
Authorization: Basic cm9vdDpyb2901
Authorization: Basic cm9vdDpyb290
```

- 若用户名密码认证失败,则返回如下信息:
Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/V1.3.0-2/API/RestServiceV1.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的
示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为

```
Authorization: Basic cm9vdDpyb2901
Authorization: Basic cm9vdDpyb290
```

- 若用户名密码认证失败,则返回如下信息:
Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/V1.3.0-2/API/RestServiceV2.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的
示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为

```
Authorization: Basic cm9vdDpyb2901
Authorization: Basic cm9vdDpyb290
```

- 若用户名密码认证失败,则返回如下信息:
Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/latest/API/RestServiceV1.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的
示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为

```
Authorization: Basic cm9vdDpyb2901
Authorization: Basic cm9vdDpyb290
```

- 若用户名密码认证失败,则返回如下信息:
Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/latest/API/RestServiceV2.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RESTful 服务默认情况是关闭的
示例中使用的用户名为:`root`,密码为:`root`,对应的 Basic 鉴权 Header 格式为

```
Authorization: Basic cm9vdDpyb2901
Authorization: Basic cm9vdDpyb290
```

- 若用户名密码认证失败,则返回如下信息:
Expand Down