Bug 1005830
| Summary: | the rest/groups post call returns the created entity info with a typo | ||
|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Eva Kopalova <ekopalov> | 
| Component: | Business Central | Assignee: | Mark Proctor <mproctor> | 
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Svitak <jsvitak> | 
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | jsvitak, mbaluch | 
| Target Milestone: | ER4 | ||
| Target Release: | 6.0.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-06 20:18:01 UTC | Type: | Bug | 
| Regression: | --- | Mount Type: | --- | 
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Already fixed Verified in BRMS 6 ER7.  | 
How reproducible: Steps to Reproduce: 1. issue the respective curl call, for example: curl -X POST -u "eko:eko@12345" -H "Content-Type: application/json" -d '{"name":"mortgages","description":"My repo with mortgage assets.","owner":"eko","repositories":["myRepository"]}' http://localhost:8080/business-central/rest/groups Actual results: the response: {"jodId":"1378731522284-1","status":"ACCEPTED","groupName":"mortgages","ownder":"eko","description":null,"repositories":["myRepository"]} note the typo: ownder Expected results: no typo in the response