docspell
docspell copied to clipboard
API api/info/version endpoint yields 404
Using the Debian 0.40.0 packages:
curl -i -XGET -H 'X-Docspell-Auth: …' https://dms.int.toni.immo/api/v1/api/info/version
HTTP/1.1 404 Not Found
…
Same result using Swagger.
Here's the log entries:
[io-comp...] [INFO ] org.http4s.server.middleware.Logger - HTTP/1.1 GET /api/v1/api/info/version
[io-comp...] [INFO ] org.http4s.server.middleware.Logger - HTTP/1.1 404 Not Found
It is https://dms.int.toni.immo/api/info/version, it is probably wrong in the swagger docs. Sorry for that.