whitespace prettifying

This commit is contained in:
Neale Pickett 2018-05-23 18:17:53 +00:00
parent 9ca5774b4a
commit 2d20bb8f25
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,7 @@ Register a team name with a team hash.
On success, no data is returned. On success, no data is returned.
On failure, message contains an English explanation of why. On failure, message contains an English explanation of why.
### Example ### Example
https://server/RegisterTeam?teamId=8b1292ca&teamName=Lexical+Pedants https://server/RegisterTeam?teamId=8b1292ca&teamName=Lexical+Pedants
@ -101,6 +102,7 @@ Return a puzzle.
* category: name of category to fetch from * category: name of category to fetch from
* points: point value of the puzzle to fetch * points: point value of the puzzle to fetch
### Return data ### Return data
* authors: List of puzzle authors * authors: List of puzzle authors
@ -175,6 +177,7 @@ Submit an answer to a puzzle.
* epilog: HTML to display upon successfully answering the puzzle * epilog: HTML to display upon successfully answering the puzzle
### Example ### Example
https://server/SubmitAnswer?teamId=8b1292ca&category=sequence&points=1&answer=6 https://server/SubmitAnswer?teamId=8b1292ca&category=sequence&points=1&answer=6
@ -196,6 +199,7 @@ Submit a token for points
* teamId: Team ID * teamId: Team ID
* token: Token being submitted * token: Token being submitted
### Return data ### Return data
* category: category for which this token awarded points * category: category for which this token awarded points