Mercurial > hg > orthanc-book
changeset 847:5ba44d8db9bc
fix
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 19 May 2022 09:06:08 +0200 |
parents | 2f8ee0aef0a6 |
children | dd3f89d1ab0f |
files | Sphinx/source/users/advanced-rest.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/users/advanced-rest.rst Fri May 13 14:02:54 2022 +0200 +++ b/Sphinx/source/users/advanced-rest.rst Thu May 19 09:06:08 2022 +0200 @@ -134,7 +134,7 @@ used by any type of job. In order to wait for the end of an asynchronous call, the caller will -typically have to poll the ``/jobs/...` URI (i.e. make periodic +typically have to poll the ``/jobs/...`` URI (i.e. make periodic calls), waiting for the ``State`` field to become ``Success`` or ``Failure``.