Add an epilogue to SubmitToken too

This commit is contained in:
Neale Pickett 2018-05-23 18:09:06 +00:00
parent b73df73b94
commit 39f440555e
1 changed files with 3 additions and 1 deletions

View File

@ -200,6 +200,7 @@ Submit a token for points
* category: category for which this token awarded points
* points: number of points awarded
* epilogue: HTML to display as an "epilogue" to the puzzle
### Example
@ -210,6 +211,7 @@ Submit a token for points
"status": "success",
"data": {
"category": "wat",
"points": 30
"points": 30,
"epilogue": ""
}
}