project-id-required-as-root
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
craton |
New
|
Undecided
|
Unassigned |
Bug Description
Currently, it appears one must have a project ID set, even when acting as root creating projects. Observe:
$ curl -X POST http://
{"message": "Project ID ('None') is not a valid UUID"}
When acting at this level, there's no reason to supply a project ID because you're not relating your requests to any in particular.
This is equally confusing when you use a separate project ID from the one you're querying. Observe:
$ curl http://
{"created_at": "2017-02-
Note that the project ID in the header does not correspond to the project ID in the URL.
description: | updated |