This is an automated email from the ASF dual-hosted git repository.

ggal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git


The following commit(s) were added to refs/heads/master by this push:
     new d6822aaa [MINOR][DOC] Fix cursor parameter documentation for 
completion endpoint
d6822aaa is described below

commit d6822aaa04df87fb17e7e061d39cbc05cedae5c3
Author: idzikovsky <[email protected]>
AuthorDate: Tue May 20 13:26:32 2025 +0300

    [MINOR][DOC] Fix cursor parameter documentation for completion endpoint
---
 docs/rest-api.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/rest-api.md b/docs/rest-api.md
index a1095433..1a470644 100644
--- a/docs/rest-api.md
+++ b/docs/rest-api.md
@@ -362,7 +362,7 @@ Returns code completion candidates for the specified code 
in the session.
   <tr>
     <td>cursor</td>
     <td>cursor position to get proposals</td>
-    <td>string</td>
+    <td>int</td>
   </tr>
 </table>
 

Reply via email to