mirror of https://github.com/dirtbags/moth.git
Update headings to be at the same level
This commit is contained in:
parent
56dc083a13
commit
ede420ab9b
12
docs/api.md
12
docs/api.md
|
@ -91,7 +91,8 @@ Example:
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
### GetPuzzle(category, points)
|
GetPuzzle(category, points)
|
||||||
|
--------------------
|
||||||
|
|
||||||
Return a puzzle.
|
Return a puzzle.
|
||||||
|
|
||||||
|
@ -119,7 +120,8 @@ Example:
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
### GetPointsLog()
|
GetPointsLog()
|
||||||
|
---------------
|
||||||
|
|
||||||
Return the entire points log, and team names.
|
Return the entire points log, and team names.
|
||||||
|
|
||||||
|
@ -151,7 +153,8 @@ Example:
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
### SubmitAnswer(teamId, category, points, answer)
|
SubmitAnswer(teamId, category, points, answer)
|
||||||
|
----------------------
|
||||||
|
|
||||||
Submit an answer to a puzzle.
|
Submit an answer to a puzzle.
|
||||||
|
|
||||||
|
@ -164,7 +167,8 @@ Example:
|
||||||
data: null
|
data: null
|
||||||
}
|
}
|
||||||
|
|
||||||
### SubmitToken(teamId, token)
|
SubmitToken(teamId, token)
|
||||||
|
---------------------
|
||||||
|
|
||||||
Submit a token for points
|
Submit a token for points
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue