Skip to content

Commit 0b6b4c4

Browse files
committed
fix: fix docs
1 parent 87b1d9c commit 0b6b4c4

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

content/cn/docs/clients/restful-api/graphs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ weight: 12
66

77
### 6.1 Graphs
88

9+
**重要提醒**:1.7.0 及之后,动态创建图必须开启鉴权模式。非鉴权模式请参考[图配置文件](https://hugegraph.apache.org/cn/docs/config/config-guide/#4-hugegraphproperties),通过配置文件静态创建图。
10+
911
#### 6.1.1 列出图空间中全部的图
1012

1113
##### Params

content/cn/docs/clients/restful-api/graphspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ weight: 1
1313
1. 目前图空间功能只支持在 hstore 模式下使用。
1414
2. 如果非 hstore 模式,则只能使用默认的图空间 `DEFAULT`,且不支持创建、删除和更新图空间的操作。
1515
3. 注意在 rest-server.properties 中,设置 `usePD=true`,并且 hugegraph.properties 中,设置 `backend=hstore`
16-
4. 图空间功能开启了强鉴权,默认账密为 admin:pa,请务必修改默认密码,防止未授权访问。
16+
4. 图空间功能必须开启鉴权模式,默认账密为 admin:pa,请务必修改默认密码,防止未授权访问。
1717

1818
#### 2.0.1 创建一个图空间
1919

content/en/docs/clients/restful-api/graphs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ weight: 12
66

77
### 6.1 Graphs
88

9+
**Important Reminder**: Since HugeGraph 1.7.0, dynamic graph creation must enable authentication mode. For non-authentication mode, please refer to [Graph Configuration File](https://hugegraph.apache.org/docs/config/config-guide/#4-hugegraphproperties) to statically create graphs through configuration files.
10+
911
#### 6.1.1 List all graphs
1012

1113
##### Method & Url

0 commit comments

Comments
 (0)