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
{{ message }}
This repository was archived by the owner on Feb 3, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: docs/Api/MetricsApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ $apiInstance = new LaunchDarklyApi\Api\MetricsApi(
105
105
);
106
106
$project_key = 'project_key_example'; // string | The project key
107
107
$metric_key = 'metric_key_example'; // string | The metric key
108
-
$expand = 'expand_example'; // string | A comma-separated list of properties that can reveal additional information in the response. Supported fields are `experiments`, `experimentCount`, `metricGroups`, `metricGroupCount`, `eventSources`, `guardedRollouts`, `guardedRolloutCount`, and `lastUsedInEntity`.
108
+
$expand = 'expand_example'; // string | A comma-separated list of properties that can reveal additional information in the response. Supported fields are `experiments`, `experimentCount`, `metricGroups`, `metricGroupCount`, `eventSources`, `guardedRollouts`, `guardedRolloutCount`, `lastUsedInExperiment`, and `lastUsedInGuardedRollout`.
109
109
$version_id = 'version_id_example'; // string | The specific version ID of the metric
|**expand**|**string**| A comma-separated list of properties that can reveal additional information in the response. Supported fields are `experiments`, `experimentCount`, `metricGroups`, `metricGroupCount`, `eventSources`, `guardedRollouts`, `guardedRolloutCount`, and `lastUsedInEntity`. |[optional]|
125
+
|**expand**|**string**| A comma-separated list of properties that can reveal additional information in the response. Supported fields are `experiments`, `experimentCount`, `metricGroups`, `metricGroupCount`, `eventSources`, `guardedRollouts`, `guardedRolloutCount`, `lastUsedInExperiment`, and `lastUsedInGuardedRollout`. |[optional]|
126
126
|**version_id**|**string**| The specific version ID of the metric |[optional]|
Copy file name to clipboardExpand all lines: lib/Api/MetricsApi.php
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -420,7 +420,7 @@ public function deleteMetricRequest($project_key, $metric_key, string $contentTy
420
420
*
421
421
* @param string $project_key The project key (required)
422
422
* @param string $metric_key The metric key (required)
423
-
* @param string|null $expand A comma-separated list of properties that can reveal additional information in the response. Supported fields are `experiments`, `experimentCount`, `metricGroups`, `metricGroupCount`, `eventSources`, `guardedRollouts`, `guardedRolloutCount`, and `lastUsedInEntity`. (optional)
423
+
* @param string|null $expand A comma-separated list of properties that can reveal additional information in the response. Supported fields are `experiments`, `experimentCount`, `metricGroups`, `metricGroupCount`, `eventSources`, `guardedRollouts`, `guardedRolloutCount`, `lastUsedInExperiment`, and `lastUsedInGuardedRollout`. (optional)
424
424
* @param string|null $version_id The specific version ID of the metric (optional)
425
425
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getMetric'] to see the possible values for this operation
426
426
*
@@ -441,7 +441,7 @@ public function getMetric($project_key, $metric_key, $expand = null, $version_id
441
441
*
442
442
* @param string $project_key The project key (required)
443
443
* @param string $metric_key The metric key (required)
444
-
* @param string|null $expand A comma-separated list of properties that can reveal additional information in the response. Supported fields are `experiments`, `experimentCount`, `metricGroups`, `metricGroupCount`, `eventSources`, `guardedRollouts`, `guardedRolloutCount`, and `lastUsedInEntity`. (optional)
444
+
* @param string|null $expand A comma-separated list of properties that can reveal additional information in the response. Supported fields are `experiments`, `experimentCount`, `metricGroups`, `metricGroupCount`, `eventSources`, `guardedRollouts`, `guardedRolloutCount`, `lastUsedInExperiment`, and `lastUsedInGuardedRollout`. (optional)
445
445
* @param string|null $version_id The specific version ID of the metric (optional)
446
446
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getMetric'] to see the possible values for this operation
447
447
*
@@ -585,7 +585,7 @@ public function getMetricWithHttpInfo($project_key, $metric_key, $expand = null,
585
585
*
586
586
* @param string $project_key The project key (required)
587
587
* @param string $metric_key The metric key (required)
588
-
* @param string|null $expand A comma-separated list of properties that can reveal additional information in the response. Supported fields are `experiments`, `experimentCount`, `metricGroups`, `metricGroupCount`, `eventSources`, `guardedRollouts`, `guardedRolloutCount`, and `lastUsedInEntity`. (optional)
588
+
* @param string|null $expand A comma-separated list of properties that can reveal additional information in the response. Supported fields are `experiments`, `experimentCount`, `metricGroups`, `metricGroupCount`, `eventSources`, `guardedRollouts`, `guardedRolloutCount`, `lastUsedInExperiment`, and `lastUsedInGuardedRollout`. (optional)
589
589
* @param string|null $version_id The specific version ID of the metric (optional)
590
590
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getMetric'] to see the possible values for this operation
591
591
*
@@ -609,7 +609,7 @@ function ($response) {
609
609
*
610
610
* @param string $project_key The project key (required)
611
611
* @param string $metric_key The metric key (required)
612
-
* @param string|null $expand A comma-separated list of properties that can reveal additional information in the response. Supported fields are `experiments`, `experimentCount`, `metricGroups`, `metricGroupCount`, `eventSources`, `guardedRollouts`, `guardedRolloutCount`, and `lastUsedInEntity`. (optional)
612
+
* @param string|null $expand A comma-separated list of properties that can reveal additional information in the response. Supported fields are `experiments`, `experimentCount`, `metricGroups`, `metricGroupCount`, `eventSources`, `guardedRollouts`, `guardedRolloutCount`, `lastUsedInExperiment`, and `lastUsedInGuardedRollout`. (optional)
613
613
* @param string|null $version_id The specific version ID of the metric (optional)
614
614
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getMetric'] to see the possible values for this operation
615
615
*
@@ -662,7 +662,7 @@ function ($exception) {
662
662
*
663
663
* @param string $project_key The project key (required)
664
664
* @param string $metric_key The metric key (required)
665
-
* @param string|null $expand A comma-separated list of properties that can reveal additional information in the response. Supported fields are `experiments`, `experimentCount`, `metricGroups`, `metricGroupCount`, `eventSources`, `guardedRollouts`, `guardedRolloutCount`, and `lastUsedInEntity`. (optional)
665
+
* @param string|null $expand A comma-separated list of properties that can reveal additional information in the response. Supported fields are `experiments`, `experimentCount`, `metricGroups`, `metricGroupCount`, `eventSources`, `guardedRollouts`, `guardedRolloutCount`, `lastUsedInExperiment`, and `lastUsedInGuardedRollout`. (optional)
666
666
* @param string|null $version_id The specific version ID of the metric (optional)
667
667
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getMetric'] to see the possible values for this operation
0 commit comments