chgjin opened a new issue, #713: URL: https://github.com/apache/incubator-hugegraph-toolchain/issues/713
### Bug Type (问题类型) exception / error (异常报错) ### Before submit - [x] I had searched in the [issues](https://github.com/apache/hugegraph-toolchain/issues) and found no similar issues. ### Environment (环境信息) - Server Version: v1.7.0 - Toolchain Version: v1.7.0 ### Expected & Actual behavior (期望与实际表现) org.apache.hugegraph.api.graphs 包的源码: <img width="895" height="321" alt="Image" src="https://github.com/user-attachments/assets/9145f09d-3d78-4c29-8ddf-1b1b03c605e3" /> 使用请求时调用接口时,响应415异常。 <img width="452" height="79" alt="Image" src="https://github.com/user-attachments/assets/5f4b0d53-9133-4d8b-959d-ee4631d5be69" /> 实际上,如果使用application/json,是可以正常创建图的。 <img width="1617" height="960" alt="Image" src="https://github.com/user-attachments/assets/65dbe551-31be-4b37-8450-19fb06737b7c" /> ### Vertex/Edge example (问题点 / 边数据举例) ```javascript nothing ``` ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构) ```javascript nothing ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
