JackyYangPassion opened a new issue, #3087: URL: https://github.com/apache/hugegraph/issues/3087
### Feature Description (功能描述) # RESTful API /graphs/hugegraph/graph/vertices ``` http://127.0.0.1:8080/graphs/hugegraph/graph/vertices ``` # body ```body { "label": "node1", "id": "node_aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa1234", "properties": { "time": "2026-04-23 17:39:03" } } ``` # response ``` { "exception": "class java.lang.IllegalArgumentException", "message": "The max length of vertex id is 128, but got 130 {node_aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa1234}", "cause": "" } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
