From 75df23c92ec6ea49de0abc6a9dfc82fd7fe1b9ad Mon Sep 17 00:00:00 2001
From: juliannguyen4 <109386615+juliannguyen4@users.noreply.github.com>
Date: Wed, 8 Nov 2023 09:42:05 -0800
Subject: [PATCH] Docs: fix missing ttl parameter in batch_operate()

Co-authored-by: dwelch-spike <53876192+dwelch-spike@users.noreply.github.com>
---
 doc/client.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/client.rst b/doc/client.rst
index 9ae9e789a..ffd9b68ed 100755
--- a/doc/client.rst
+++ b/doc/client.rst
@@ -358,7 +358,7 @@ Batch Operations
 
         .. note:: Requires server version >= 6.0.0.
 
-    .. method:: batch_operate(keys: list, ops: list, [policy_batch: dict], [policy_batch_write: dict], []) -> BatchRecords
+    .. method:: batch_operate(keys: list, ops: list, [policy_batch: dict], [policy_batch_write: dict], [ttl: int]) -> BatchRecords
 
         Perform the same read/write transactions on multiple keys.