I'm trying to retried the guid for the "article" key on /cvg/computer_videogame. This seems like it should be pretty simple.
Something along the lines of :
[
{
"article" : {
"guid" : null
},
"cvg_genre" : [],
"developer" : [],
"id" : null,
"limit" : 1,
"name" : null,
"type" : "/cvg/computer_videogame",
"versions" : [
{
"platform" : {
"id" : "/en/xbox_360"
}
}
]
}
]
Yet I always get an error ""message" : "Type /cvg/computer_videogame does not have property article","
I don't get it. I'm looking at the schema and it says there's a key "article" right there. Am I misunderstanding how this works? How else would I possibly get the guid for an article?