Skip to content

Commit 5a75685

Browse files
committed
Fix example to have 15 minute lifetime to match text.
1 parent b16829e commit 5a75685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ the "generic" field to the post payload::
833833

834834
curl -u demo:demo -s -X POST -H "Referer: https://.../demo/" \
835835
-H "X-requested-with: rest" \
836-
--data 'lifetime=100&generic=1' \
836+
--data 'lifetime=900&generic=1' \
837837
https://.../demo/rest/data/issue/@poe
838838

839839
This will return a link under: ``https://.../demo/rest/data/issue/@poe``::

0 commit comments

Comments
 (0)