User-api for tags is broken?

Hello,

i am evaluating to use seafile as a fileservice. I need an API to handle tags.

Documentation is here: web-api/v2.1/file-tags.md

Saidly this does not work. I am using current Version 9.0.9 and the return of

curl -H "Authorization: Token <validToken>" -H 'Accept: application/json; indent=4' 'https://seafile.my-domain.org/api2/repos/<validRepoId>/repo-tags/

is Sorry, but the requested page could not be found. after some times.

I created two tags and uploaded some files. And i tagged some of these files.

Does repo-tags work for you?

Thanks,
Fabian

my fault. the url is api/v2.1/ and not api2 …