Page 1 of 1

Typo in your API page

Posted: Fri Jan 20, 2012 9:03 am
by Rob
Hi Kent,

Found a (bug) typo on your API page
http://www.briggsoft.com/docs/pmavens/T ... erface.htm

Tournament Commands

TournamentsAdd - adds a new tournament to the system.

RebuyLevels - number of levels in rebuy period, 0 to 1000
BreakTime - number of minutes per rest break, 0 to 60
BreakLevles - number of levels between rest breaks, 0 to 1000
Description - optional tournament description, up to 500 characters

The option BreakLevels is wrong

Grtz

Re: Typo in your API page

Posted: Fri Jan 20, 2012 10:18 am
by Kent Briggs
Thanks, I just fixed the online version. The internal file will get updated on the next update.

Re: Typo in your API page

Posted: Mon Jan 30, 2012 4:21 am
by Rob
Found another :

TournmentsPlaying - retrieves the list of seated and finished players for the tournament specified by the Name parameter. The tournament number and running time are also included. A sample response may look something like this:

TournmentsPlaying should be
TournamentsPlaying

Grtz
Rob

Re: Typo in your API page

Posted: Mon Jan 30, 2012 10:52 am
by Kent Briggs
Rob wrote: TournmentsPlaying should be
TournamentsPlaying
Fixed. Thanks.