apache / incubator-hugegraph-doc

HugeGraph Website and Doc
https://hugegraph.apache.org/
Apache License 2.0
66 stars 94 forks source link

doc: update outdated doc for edge api #276

Closed VGalaxies closed 1 year ago

VGalaxies commented 1 year ago

SubTask of [Improvement] RESTful API request/response content need update #260

Fix this page: https://hugegraph.apache.org/cn/docs/clients/restful-api/edge/

I use Postman to test the Edge APIs, and this is the corresponding test configuration collection. By importing and executing it in the order specified in the documentation, theoretically consistent results can be observed.

The server is deployed locally and can be accessed at 127.0.0.1:8080.

By the way, I'm not quite clear about the usage of the keepStartP request parameter in the list API.

EN doc will be synchronized later.

javeme commented 1 year ago

By the way, I'm not quite clear about the usage of the keepStartP request parameter in the list API.

the keepStartP=true param means a value like "P.gt(18)" is a normal string.

VGalaxies commented 1 year ago

By the way, I'm not quite clear about the usage of the keepStartP request parameter in the list API.

the keepStartP=true param means a value like "P.gt(18)" is a normal string.

Got it. I mentioned it in the documentation.

VGalaxies commented 1 year ago

EN doc has been synchronized.