Open nathancoh opened 11 months ago
Hi, I tried to create a new game following the steps in the Leaderboard Docs - but when I call the API with any value I always get a 400 error:
{ "message": "You need to provide a valid name for the game" }
An example:
What is the accepted format for the name?
Thank you!
Thanks for checking out my game!
Name should be inside the body of the request. You're passing it as a parameter which won't work.
Hi, I tried to create a new game following the steps in the Leaderboard Docs - but when I call the API with any value I always get a 400 error:
An example:
What is the accepted format for the name?
Thank you!