Commit 3eaadd62 authored by Aaron Tidwell's avatar Aaron Tidwell

misc

parent 12a471fc
......@@ -80,15 +80,14 @@ tournament: { tournament_type: 'single elimination' }
2. docs
3. tests
---
##Bugs in the API / docs
server 500s if trying to finalize() a tournament that has not yet been start()ed
*server 500s if trying to finalize() a tournament that has not yet been start()ed
http://api.challonge.com/v1/documents/participants/create shows participant_id as a required field when the server does not respect passing it, and is not required.
*http://api.challonge.com/v1/documents/participants/create shows participant_id as a required field when the server does not respect passing it, and is not required.
http://api.challonge.com/v1/documents/participants/randomize shows participant_id as a required field when the server does not respect passing it, and is not required.
*http://api.challonge.com/v1/documents/participants/randomize shows participant_id as a required field when the server does not respect passing it, and is not required.
---
##
####The structure of this api wrapper is ripped off from https://github.com/nodejitsu/nodejitsu-api
\ No newline at end of file
The structure of this api wrapper is ripped off from https://github.com/nodejitsu/nodejitsu-api
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment