Skip to content
Snippets Groups Projects
Commit 52d6ef16 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

docs match the implementation

parent 17be5698
No related branches found
No related tags found
1 merge request!63Expose voucher state
......@@ -60,31 +60,28 @@ The following values are possible::
::
{ "name": "error"
, "started": <iso8601 timestamp>
, "error-at": <iso8601 timestamp>
, "next-try-at": <iso8601 timestamp>
, "error-details": <text>
{ "name": "redeemed"
, "finished": <iso8601 timestamp>
, "token-count": <number>
}
::
{ "name": "unpaid"
, "started": <iso8601 timestamp>
, "error-at": <iso8601 timestamp>
{ "name": "double-spend"
, "finished": <iso8601 timestamp>
}
::
{ "name": "double-spend"
{ "name": "unpaid"
, "finished": <iso8601 timestamp>
}
::
{ "name": "redeemed"
, "finished": <iso8601 timestamp>
, "token-count": <number>
{ "name": "error"
"finished": <iso8601 timestamp>
, "details": <text>
}
The ``version`` property indicates the semantic version of the data being returned.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment