API 6.5: summoner, tournament-provider
The last two calls are two fundamental calls in the actual creation/registration of a League of Legend’s tournament. These two calls are:
/tournament/public/v1/provider
and
/tournament/public/v1/tournament
/tournament/public/v1/provider is essentially establishing the hosting structure/entity that will be responsible (the face of) a given tournament.
It takes a “region” and a “url”
/tournament/public/v1/tournament is the call that registers and generates a tournament entirely. It takes a “name” and a valid “providerId.”







