Skip to content

Instantly share code, notes, and snippets.

@Gorah
Created April 5, 2013 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gorah/5317474 to your computer and use it in GitHub Desktop.
Save Gorah/5317474 to your computer and use it in GitHub Desktop.
Flavor id type issue
"flavor": {
"id": "1",
"links": [
{
"href": "https://endpoint/v1.0/1234/flavors/1",
"rel": "self"
},
{
"href": "https://endpoint/flavors/1",
"rel": "bookmark"
}
]
}
VS
"flavor": {
"id": 1,
"links": [
{
"href": "https://endpoint/v1.0/1234/flavors/1",
"rel": "self"
},
{
"href": "https://endpoint/flavors/1",
"rel": "bookmark"
}
],
"name": "m1.tiny",
"ram": 512
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment