Skip to content

Commit 8bff716

Browse files
authored
[DOCS] Fix callouts for dataframe APIs (#41904)
1 parent a99fc23 commit 8bff716

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/java-rest/high-level/dataframe/get_data_frame.asciidoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The API accepts a +{request}+ object and returns a +{response}+.
1313
==== Get Data Frame Request
1414

1515
A +{request}+ requires either a data frame transform id, a comma separated list of ids or
16-
the special wildcard `_all` to get all {dataframe-transform}s
16+
the special wildcard `_all` to get all {dataframe-transforms}
1717

1818
["source","java",subs="attributes,callouts,macros"]
1919
--------------------------------------------------
@@ -29,8 +29,10 @@ The following arguments are optional.
2929
--------------------------------------------------
3030
include-tagged::{doc-tests-file}[{api}-request-options]
3131
--------------------------------------------------
32-
<1> Page {dataframe-transform}s starting from this value
33-
<2> Return at most `size` {dataframe-transform}s
32+
<1> The page parameters `from` and `size`. `from` specifies the number of
33+
{dataframe-transforms} to skip. `size` specifies the maximum number of
34+
{dataframe-transforms} to get. Defaults to `0` and `100` respectively.
35+
3436

3537
include::../execution.asciidoc[]
3638

0 commit comments

Comments
 (0)