From b3dcf046e07e811061ec3f460d359ab5eba4d066 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Thu, 7 Oct 2021 15:59:30 -0700 Subject: [PATCH] [DOCS] Fixes ML get calendars API (#78808) (#78858) --- docs/reference/ml/apis/get-calendar.asciidoc | 21 ++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/docs/reference/ml/apis/get-calendar.asciidoc b/docs/reference/ml/apis/get-calendar.asciidoc index c831b67da2cde..13ac7fc97857a 100644 --- a/docs/reference/ml/apis/get-calendar.asciidoc +++ b/docs/reference/ml/apis/get-calendar.asciidoc @@ -28,13 +28,26 @@ You can get information for a single calendar or for all calendars by using (string) Identifier for the calendar. +==== Query Parameters + +`from`:: + (Optional, integer) Skips the specified number of calendars. This parameter + is supported only when you omit the ``. Defaults to `0`. + +`size`:: + (Optional, integer) Specifies the maximum number of calendars to obtain. + This parameter is supported only when you omit the ``. Defaults + to `100`. + ==== Request Body -`from`::: - (integer) Skips the specified number of calendars. +`page.from`::: + (integer) Skips the specified number of calendars. This object is + supported only when you omit the ``. Defaults to `0`. -`size`::: - (integer) Specifies the maximum number of calendars to obtain. +`page.size`::: + (integer) Specifies the maximum number of calendars to obtain. This object + is supported only when you omit the ``. Defaults to `100`. ==== Results