mirror of https://github.com/dirtbags/moth.git
Add an epilogue to SubmitToken too
This commit is contained in:
parent
9f13917394
commit
00ae9f92a3
|
@ -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": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue