You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param array $authenticationID Authentication IDs of the sources to retrieve. 'none' returns sources that doesn't have an authentication. (optional)
1489
+
* @param array $authenticationID Authentication IDs of the sources to retrieve. 'none' returns sources that doesn't have an authentication. (optional)
1490
1490
* @param array $sort Property by which to sort the list of sources. (optional)
1491
1491
* @param array $order Sort order of the response, ascending or descending. (optional)
1492
1492
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
@@ -1544,7 +1544,7 @@ public function listSources($itemsPerPage = null, $page = null, $type = null, $a
1544
1544
* @param int $itemsPerPage Number of items per page. (optional, default to 10)
1545
1545
* @param int $page Page number of the paginated API response. (optional)
1546
1546
* @param array $action Actions for filtering the list of tasks. (optional)
1547
-
* @param bool $enabled Whether to filter the list of tasks by the `enabled` status. (optional)
1547
+
* @param bool $enabled Whether to filter the list of tasks by the `enabled` status. (optional)
1548
1548
* @param array $sourceID Source IDs for filtering the list of tasks. (optional)
1549
1549
* @param array $destinationID Destination IDs for filtering the list of tasks. (optional)
1550
1550
* @param array $triggerType Type of task trigger for filtering the list of tasks. (optional)
@@ -1623,7 +1623,7 @@ public function listTasks($itemsPerPage = null, $page = null, $action = null, $e
1623
1623
* @param int $itemsPerPage Number of items per page. (optional, default to 10)
1624
1624
* @param int $page Page number of the paginated API response. (optional)
1625
1625
* @param array $action Actions for filtering the list of tasks. (optional)
1626
-
* @param bool $enabled Whether to filter the list of tasks by the `enabled` status. (optional)
1626
+
* @param bool $enabled Whether to filter the list of tasks by the `enabled` status. (optional)
1627
1627
* @param array $sourceID Source IDs for filtering the list of tasks. (optional)
1628
1628
* @param array $destinationID Destination IDs for filtering the list of tasks. (optional)
1629
1629
* @param array $triggerType Type of task trigger for filtering the list of tasks. (optional)
@@ -1742,7 +1742,7 @@ public function listTransformations($itemsPerPage = null, $page = null, $sort =
1742
1742
* - editSettings
1743
1743
*
1744
1744
* @param string $taskID Unique identifier of a task. (required)
1745
-
* @param array $pushTaskPayload Request body of a Search API `batch` request that will be pushed in the Connectors pipeline. (required)
1745
+
* @param array $pushTaskPayload Request body of a Search API `batch` request that will be pushed in the Connectors pipeline. (required)
Copy file name to clipboardExpand all lines: lib/Api/MonitoringClient.php
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ public function setClientApiKey($apiKey)
106
106
/**
107
107
* This method allow you to send requests to the Algolia REST API.
108
108
*
109
-
* @param string $path Path of the endpoint, anything after \"/1\" must be specified. (required)
109
+
* @param string $path Path of the endpoint, anything after \"/1\" must be specified. (required)
110
110
* @param array $parameters Query parameters to apply to the current query. (optional)
111
111
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
112
112
*
@@ -145,7 +145,7 @@ public function customDelete($path, $parameters = null, $requestOptions = [])
145
145
/**
146
146
* This method allow you to send requests to the Algolia REST API.
147
147
*
148
-
* @param string $path Path of the endpoint, anything after \"/1\" must be specified. (required)
148
+
* @param string $path Path of the endpoint, anything after \"/1\" must be specified. (required)
149
149
* @param array $parameters Query parameters to apply to the current query. (optional)
150
150
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
151
151
*
@@ -184,7 +184,7 @@ public function customGet($path, $parameters = null, $requestOptions = [])
184
184
/**
185
185
* This method allow you to send requests to the Algolia REST API.
186
186
*
187
-
* @param string $path Path of the endpoint, anything after \"/1\" must be specified. (required)
187
+
* @param string $path Path of the endpoint, anything after \"/1\" must be specified. (required)
188
188
* @param array $parameters Query parameters to apply to the current query. (optional)
189
189
* @param array $body Parameters to send with the custom request. (optional)
190
190
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
@@ -224,7 +224,7 @@ public function customPost($path, $parameters = null, $body = null, $requestOpti
224
224
/**
225
225
* This method allow you to send requests to the Algolia REST API.
226
226
*
227
-
* @param string $path Path of the endpoint, anything after \"/1\" must be specified. (required)
227
+
* @param string $path Path of the endpoint, anything after \"/1\" must be specified. (required)
228
228
* @param array $parameters Query parameters to apply to the current query. (optional)
229
229
* @param array $body Parameters to send with the custom request. (optional)
230
230
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
@@ -417,8 +417,8 @@ public function getLatency($clusters, $requestOptions = [])
417
417
/**
418
418
* Retrieves metrics related to your Algolia infrastructure, aggregated over a selected time window. Access to this API is available as part of the [Premium or Elevate plans](https://www.algolia.com/pricing). You must authenticate requests with the `x-algolia-application-id` and `x-algolia-api-key` headers (using the Monitoring API key).
419
419
*
420
-
* @param array $metric Metric to report. For more information about the individual metrics, see the description of the API response. To include all metrics, use `*`. (required)
421
-
* @param array $period Period over which to aggregate the metrics: - `minute`. Aggregate the last minute. 1 data point per 10 seconds. - `hour`. Aggregate the last hour. 1 data point per minute. - `day`. Aggregate the last day. 1 data point per 10 minutes. - `week`. Aggregate the last week. 1 data point per hour. - `month`. Aggregate the last month. 1 data point per day. (required)
420
+
* @param array $metric Metric to report. For more information about the individual metrics, see the description of the API response. To include all metrics, use `*`. (required)
421
+
* @param array $period Period over which to aggregate the metrics: - `minute`. Aggregate the last minute. 1 data point per 10 seconds. - `hour`. Aggregate the last hour. 1 data point per minute. - `day`. Aggregate the last day. 1 data point per 10 minutes. - `week`. Aggregate the last week. 1 data point per hour. - `month`. Aggregate the last month. 1 data point per day. (required)
422
422
* @param array $requestOptions the requestOptions to send along with the query, they will be merged with the transporter requestOptions
0 commit comments