Add an epilogue to SubmitToken too

This commit is contained in:
Neale Pickett 2018-05-23 18:09:06 +00:00
parent 9f13917394
commit 00ae9f92a3
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 * category: category for which this token awarded points
* points: number of points awarded * points: number of points awarded
* epilogue: HTML to display as an "epilogue" to the puzzle
### Example ### Example
@ -210,6 +211,7 @@ Submit a token for points
"status": "success", "status": "success",
"data": { "data": {
"category": "wat", "category": "wat",
"points": 30 "points": 30,
"epilogue": ""
} }
} }