Request:
curl https://api.mojang.com/profiles/minecraft -X POST -H "Content-Type: application/json" --data '["k0l0r3k99"]'
returns:
{"error":"BadRequestException","errorMessage":"Bad Request"}
instead of array of array of accounts
Request:
curl https://api.mojang.com/profiles/minecraft -X POST -H "Content-Type: application/json" --data '["k0l0r3k99"]'
returns:
{"error":"BadRequestException","errorMessage":"Bad Request"}
instead of array of array of accounts
Should be fixed now.