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
project_key ='project_key_example'# String | The project key
109
109
metric_key ='metric_key_example'# String | The metric key
110
110
opts = {
111
-
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`.
111
+
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`.
112
112
version_id:'version_id_example'# String | The specific version ID of the metric
113
113
}
114
114
@@ -145,7 +145,7 @@ end
145
145
| ---- | ---- | ----------- | ----- |
146
146
|**project_key**|**String**| The project key ||
147
147
|**metric_key**|**String**| The metric key ||
148
-
|**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]|
148
+
|**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]|
149
149
|**version_id**|**String**| The specific version ID of the metric |[optional]|
# @option opts [String] :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`.
96
+
# @option opts [String] :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`.
97
97
# @option opts [String] :version_id The specific version ID of the metric
# @option opts [String] :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`.
109
+
# @option opts [String] :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`.
110
110
# @option opts [String] :version_id The specific version ID of the metric
111
111
# @return [Array<(MetricRep, Integer, Hash)>] MetricRep data, response status code and response headers
Copy file name to clipboardExpand all lines: spec/api/metrics_api_spec.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@
51
51
# @param project_key The project key
52
52
# @param metric_key The metric key
53
53
# @param [Hash] opts the optional parameters
54
-
# @option opts [String] :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`.
54
+
# @option opts [String] :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`.
55
55
# @option opts [String] :version_id The specific version ID of the metric
0 commit comments