docspell icon indicating copy to clipboard operation
docspell copied to clipboard

API api/info/version endpoint yields 404

Open madduck opened this issue 2 years ago • 1 comments

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

madduck avatar Oct 20 '23 06:10 madduck

It is https://dms.int.toni.immo/api/info/version, it is probably wrong in the swagger docs. Sorry for that.

eikek avatar Oct 20 '23 08:10 eikek