From 4be584cabed33e256963bab97723e8f4d57c9328 Mon Sep 17 00:00:00 2001 From: GianlucaPrincipini Date: Mon, 13 Nov 2023 10:10:07 +0800 Subject: [PATCH] [KYUUBI #5599] Correct the parameter name of fetching op log in RESTful API ### _Why are the changes needed?_ It corrects the fetching op log Rest API documentation to match request parameter case in code, solving issue #5599 ### _How was this patch tested?_ No tests needed. ### _Was this patch authored or co-authored using generative AI tooling?_ No AI tool has been used for this patch. Closes #5673 from GianlucaPrincipini/fix-fetching-op-log-param-doc. Closes #5599 f134af050 [GianlucaPrincipini] Change maxRows "param" to "maxrows" in documentation Authored-by: GianlucaPrincipini Signed-off-by: Cheng Pan --- docs/client/rest/rest_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client/rest/rest_api.md b/docs/client/rest/rest_api.md index fc04857d020..2fa2a7bf703 100644 --- a/docs/client/rest/rest_api.md +++ b/docs/client/rest/rest_api.md @@ -297,7 +297,7 @@ Get a list of operation log lines of the running operation by the specified oper | Name | Description | Type | |:--------|:--------------------------------------|:-----| -| maxRows | The max row that are pulled each time | Int | +| maxrows | The max row that are pulled each time | Int | #### Response Body