This is an automated email from the ASF dual-hosted git repository.

jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e7a6a9d Update variable.md (#248)
0e7a6a9d is described below

commit 0e7a6a9d172454cd12812892e87c85308658c4a3
Author: John Whelan <[email protected]>
AuthorDate: Sun May 21 04:38:57 2023 -0500

    Update variable.md (#248)
    
    Completed the conversion to English.
---
 content/en/docs/clients/restful-api/variable.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/content/en/docs/clients/restful-api/variable.md 
b/content/en/docs/clients/restful-api/variable.md
index ee222358..572bab32 100644
--- a/content/en/docs/clients/restful-api/variable.md
+++ b/content/en/docs/clients/restful-api/variable.md
@@ -6,9 +6,9 @@ weight: 11
 
 ### 5.1 Variables
 
-Variables可以用来存储有关整个图的数据,数据按照键值对的方式存取
+Variables can be used to store data about the entire graph. The data is 
accessed and stored in the form of key-value pairs.
 
-#### 5.1.1 创建或者更新某个键值对
+#### 5.1.1 Creating or Updating a Key-Value Pair
 
 ##### Method & Url
 
@@ -38,7 +38,7 @@ PUT http://localhost:8080/graphs/hugegraph/variables/name
 }
 ```
 
-#### 5.1.2 列出全部键值对
+#### 5.1.2 Listing all key-value pairs
 
 ##### Method & Url
 
@@ -60,7 +60,7 @@ GET http://localhost:8080/graphs/hugegraph/variables
 }
 ```
 
-#### 5.1.3 列出某个键值对
+#### 5.1.3 Listing a specific key-value pair
 
 ##### Method & Url
 
@@ -82,7 +82,7 @@ GET http://localhost:8080/graphs/hugegraph/variables/name
 }
 ```
 
-#### 5.1.4 删除某个键值对
+#### 5.1.4 Deleting a specific key-value pair
 
 ##### Method & Url
 
@@ -94,4 +94,4 @@ DELETE http://localhost:8080/graphs/hugegraph/variables/name
 
 ```json
 204
-```
\ No newline at end of file
+```

Reply via email to