Mercurial > p > roundup > code
diff doc/rest.txt @ 6194:0f0dedd2f95d
Fix example to have 15 minute lifetime to match text.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 10 Jun 2020 19:46:41 -0400 |
| parents | 1cb2375015f0 |
| children | e77f6d00cfb9 |
line wrap: on
line diff
--- a/doc/rest.txt Mon Jun 08 20:27:57 2020 -0400 +++ b/doc/rest.txt Wed Jun 10 19:46:41 2020 -0400 @@ -833,7 +833,7 @@ curl -u demo:demo -s -X POST -H "Referer: https://.../demo/" \ -H "X-requested-with: rest" \ - --data 'lifetime=100&generic=1' \ + --data 'lifetime=900&generic=1' \ https://.../demo/rest/data/issue/@poe This will return a link under: ``https://.../demo/rest/data/issue/@poe``::
