Closed oyvinddd closed 2 years ago
/joinTeam returns 401 for all requests to join a team, even though the password is correct.
/joinTeam
Request body looks like this:
{ "playerId": "test_1", "teamId": "8ixTDLTmNf5BSIuXGFcs", "password": ... }
Response:
{ "errors": [ { "errorCode": "ERROR0017", "message": "Invalid team password" } ] }
/joinTeam
returns 401 for all requests to join a team, even though the password is correct.Request body looks like this:
Response: