Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

REST API is case sensitive #2

Open
bradbishop opened this issue Oct 29, 2015 · 2 comments
Open

REST API is case sensitive #2

bradbishop opened this issue Oct 29, 2015 · 2 comments
Assignees

Comments

@bradbishop
Copy link
Member

[toshiba:host-ipmid]$ curl http://192.168.253.14//org/openbmc/managers/system
{
"error": "Not Found",
"status": "error"
}
[toshiba:host-ipmid]$ curl http://192.168.253.14//org/openbmc/managers/System
{
"status": "OK"
}

@anoo1 anoo1 self-assigned this May 23, 2016
@anoo1 anoo1 assigned williamli80 and unassigned anoo1 Jun 3, 2016
@williamspatrick
Copy link
Member

@williamli80 - Setting this one to the August sprint. I briefly discussed it with Brad and he did not see it as trivial. There is not urgency on it at this point so you should prioritize it after your July work items.

@williamli80
Copy link

Got it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants