No documentation of which paths are reserved
Created by: jacob-carlborg
I tried to create a new project called "admin" using the API. This didn't work that well since apparently it's a reserved path. The response I got back was a 404, which is a bit strange. I wasted at least half an hour because of this response.
I see two issues here:
- No documentation of the reserved paths
- A 404 is returned instead of something like 400 (bad request)
BTW, is there a reason for this limitation? I can understand that you can't create a group that's called "admin", but projects? Aren't all projects namespaced either in a group or a user's namespace?