POST /v1/users is duplicating the validation of project_id
Bug #1674738 reported by
git-harry
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
craton |
Confirmed
|
Medium
|
Sulochan Acharya |
Bug Description
The post function is attempting to get the project_id supplied in the request [1]. This duplicates something does implicitly by users_create without providing any additional error reporting to clarify the failure to the end user. I think it would make more sense to handle this within users_create.
Changed in craton: | |
milestone: | none → v0.2.0 |
assignee: | nobody → Sulochan Acharya (sulochan-acharya) |
status: | New → Confirmed |
importance: | Undecided → Medium |
To post a comment you must log in.