diff --git a/content/cn/docs/clients/restful-api/graphs.md b/content/cn/docs/clients/restful-api/graphs.md index e1d5a0fff..909b7f5d7 100644 --- a/content/cn/docs/clients/restful-api/graphs.md +++ b/content/cn/docs/clients/restful-api/graphs.md @@ -123,7 +123,7 @@ POST http://localhost:8080/graphs/hugegraph2 ##### Request Body ``` -gremlin.graph=com.baidu.hugegraph.auth.HugeFactoryAuthProxy +gremlin.graph=org.apache.hugegraph.auth.HugeFactoryAuthProxy backend=rocksdb serializer=binary store=hugegraph2 @@ -425,4 +425,4 @@ PUT http://localhost:8080/graphs/hugegraph/compact "local": "OK" } } -``` \ No newline at end of file +```