Let OUYAs fetch firmware info only once a day, remove the redirect for gamers/me
[stouyapi.git] / www / api / v1 / gamers / register-error.json
1 {
2     "error": {
3         "message": "Validation errors occurred",
4         "code": 2006,
5         "data": {
6             "username": [
7                 "Registration not available. Login instead."
8             ]
9         }
10     }
11 }