No game data

Hi. I try open new game by this parameters:
url (post):

https://online-go.com/api/v1/challenges/
json:
{
“game”:{
“name”:“test match”,
“rules”:“japanese”,
“ranked”:false,
“handicap”:1,
“time_control_parameters”:{
“time_control”:“fischer”,
“initial_time”:259200,
“max_time”:604800,
“time_increment”:86400
},
“pause_on_weekends”:true,
“width”:13,
“height”:13,
“disable_analysis”:true
},
“challenger_color”:“automatic”,
“min_ranking”:1,
“max_ranking”:10
}

but response is:

{“error”: {“game”: “No game data”}}

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.