RiotSharp
RiotSharp copied to clipboard
Bad Request - allowedSummonerIds field should be an array of summonerIds or excluded from the post body
When using the method: tournamentApi.CreateTournamentCodesAsync without filling summoners (null object)
I get this exception:

Nuget Version: 5.0.0-alpha
Is that empty array or null value?
I use this Method:

So it is the default value (null).
I think when it is null you should not include it in the request. Even as null value.