Typo in your API page

Report bugs found in Poker Mavens
Post Reply
Rob
Posts: 3
Joined: Wed Dec 21, 2011 5:49 am

Typo in your API page

Post 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
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Typo in your API page

Post by Kent Briggs »

Thanks, I just fixed the online version. The internal file will get updated on the next update.
Rob
Posts: 3
Joined: Wed Dec 21, 2011 5:49 am

Re: Typo in your API page

Post 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
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: Typo in your API page

Post by Kent Briggs »

Rob wrote: TournmentsPlaying should be
TournamentsPlaying
Fixed. Thanks.
Post Reply