Skip to content

Commit b3dcf04

Browse files
authored
[DOCS] Fixes ML get calendars API (#78808) (#78858)
1 parent c859302 commit b3dcf04

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

docs/reference/ml/apis/get-calendar.asciidoc

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,26 @@ You can get information for a single calendar or for all calendars by using
2828
(string) Identifier for the calendar.
2929

3030

31+
==== Query Parameters
32+
33+
`from`::
34+
(Optional, integer) Skips the specified number of calendars. This parameter
35+
is supported only when you omit the `<calendar_id>`. Defaults to `0`.
36+
37+
`size`::
38+
(Optional, integer) Specifies the maximum number of calendars to obtain.
39+
This parameter is supported only when you omit the `<calendar_id>`. Defaults
40+
to `100`.
41+
3142
==== Request Body
3243

33-
`from`:::
34-
(integer) Skips the specified number of calendars.
44+
`page.from`:::
45+
(integer) Skips the specified number of calendars. This object is
46+
supported only when you omit the `<calendar_id>`. Defaults to `0`.
3547

36-
`size`:::
37-
(integer) Specifies the maximum number of calendars to obtain.
48+
`page.size`:::
49+
(integer) Specifies the maximum number of calendars to obtain. This object
50+
is supported only when you omit the `<calendar_id>`. Defaults to `100`.
3851

3952

4053
==== Results

0 commit comments

Comments
 (0)