From e08d3ad45d8096893ab12e70d830dc12ff542aed Mon Sep 17 00:00:00 2001 From: Andy Jackson Date: Sat, 3 Nov 2018 09:30:32 +0000 Subject: [PATCH] Note feature only applies to forthcoming 3.3 release --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 63b0970a..c4db0cbc 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -98,7 +98,7 @@ Launch Job :form action: must be ``launch`` - :form checkpoint: optional field: If supplied, Heritrix will attempt to launch from a checkpoint. Should be the name of a checkpoint (e.g. ``cp00001-20180102121229``) or the special value ``latest``, which will automatically select the most recent checkpoint. If no ``checkpoint`` is specified (or if the ``latest`` checkpoint is requested and there are no valid checkpoints) a new crawl will be launched. + :form checkpoint: optional field: If supplied, Heritrix will attempt to launch from a checkpoint. Should be the name of a checkpoint (e.g. ``cp00001-20180102121229``) or (since version 3.3) the special value ``latest``, which will automatically select the most recent checkpoint. If no ``checkpoint`` is specified (or if the ``latest`` checkpoint is requested and there are no valid checkpoints) a new crawl will be launched. **HTML Example:**