The conversion from basePath to name which is done for everything API related is lossy: - /eni/foo/v1 results in eni-foo-v1 - /eni-foo/v1 also results in eni-foo-v1 We need to address this.
The conversion from basePath to name which is done for everything API related is lossy:
We need to address this.