diff --git a/Documentation/DocuBlocks/Rest/Cursors/post_api_cursor.md b/Documentation/DocuBlocks/Rest/Cursors/post_api_cursor.md index 86420b13c0..2308cfd62e 100644 --- a/Documentation/DocuBlocks/Rest/Cursors/post_api_cursor.md +++ b/Documentation/DocuBlocks/Rest/Cursors/post_api_cursor.md @@ -107,6 +107,10 @@ to bring the satellite collections involved in the query into sync. The default value is *60.0* (seconds). When the max time has been reached the query will be stopped. +@RESTSTRUCT{timeout,post_api_cursor_opts,number,optional,double} +The query has to be executed within the given timeout or it will be killed. +The value is specified in seconds. The default value is *0.0* (no timeout). + @RESTSTRUCT{maxTransactionSize,post_api_cursor_opts,integer,optional,int64} Transaction size limit in bytes. Honored by the RocksDB storage engine only.