API issue
I attempted to call the interface using openapi. The example in /swagger returned a 404. Currently, the interface only has the following usage, right? { "version": "0.3.0", "endpoints": [ [ "/swagger", "/parse", "/parse/multiPart", "/csv", "/openapi", "/swagger/openapi.json", "/store/status", "/store/list", "/store/getItem", "/store/getMultiItem", "/store/getOutput", "/store/getMultiOutput", "/store/getInput", "/version", "/status" ] ], "logTypes": [ "H" ], "maxRequestSize": 256000000 }
Hi, Can you explain better what you tried to do? What kind of uecapabilityparser server are you using? (jar compiled by me, a jar compiled by you, a docker image, a public instance etc...) And which version?