Using the Gitlab API I can retrieve a single project by it's path.
Once I moved a project Gitab is so nice, to redirect users accessing the old URL to new projects and tell them to change their bookmarks:
Unfortunately trying to access the old path via the API simply fails. Is there a way to extract the new project path if I only got the old path using the Gitlab API?
Background is that we have some tooling that extracts the projects path from the git remote host and performs some actions. After moving some projects we would like to perform some update actions using the tooling.