-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: QualifiedToSchedule
-
Component/s: Rest API
-
Tags:
Currently, when doing a POST on the user endpoint, we need to send:
POST /user { "entity-type": "user", "properties": { "username": "joe", "firstName": "Joe", "lastName": "DiMaggio" }
We should use "id" at the root level instead and return 400 if missing.
Same thing for a PUT request.
- is related to
-
NXP-27007 Bootstrap user endpoint tests
- Resolved