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
Copy file name to clipboardExpand all lines: docs/AiConfigsMetricListingRep.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@
36
36
|**analysis_type**|**String**| The method for analyzing metric events |[optional]|
37
37
|**percentile_value**|**Integer**| The percentile for the analysis method. An integer denoting the target percentile between 0 and 100. Required when <code>analysisType</code> is <code>percentile</code>. |[optional]|
Copy file name to clipboardExpand all lines: docs/FeatureFlagsApi.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
@@ -650,7 +650,7 @@ opts = {
650
650
limit:789, # Integer | The number of feature flags to return. Defaults to 20.
651
651
offset:789, # Integer | Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query `limit`.
652
652
archived:true, # Boolean | Deprecated, use `filter=archived:true` instead. A boolean to filter the list to archived flags. When this is absent, only unarchived flags will be returned
653
-
summary:true, # Boolean | By default, flags do _not_ include their lists of prerequisites, targets, or rules for each environment. Set `summary=0` to include these fields for each flag returned.
653
+
summary:true, # Boolean | By default, flags do _not_ include their lists of prerequisites, targets, or rules for each environment. Set `summary=0` and include the `env` query parameter to include these fields for each flag returned.
654
654
filter:'filter_example', # String | A comma-separated list of filters. Each filter is of the form field:value. Read the endpoint description for a full list of available filter fields.
655
655
sort:'sort_example', # String | A comma-separated list of fields to sort by. Fields prefixed by a dash ( - ) sort in descending order. Read the endpoint description for a full list of available sort fields.
656
656
compare:true, # Boolean | Deprecated, unavailable in API version `20240415`. A boolean to filter results by only flags that have differences between environments.
@@ -694,7 +694,7 @@ end
694
694
|**limit**|**Integer**| The number of feature flags to return. Defaults to 20. |[optional]|
695
695
|**offset**|**Integer**| Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query `limit`. |[optional]|
696
696
|**archived**|**Boolean**| Deprecated, use `filter=archived:true` instead. A boolean to filter the list to archived flags. When this is absent, only unarchived flags will be returned |[optional]|
697
-
|**summary**|**Boolean**| By default, flags do _not_ include their lists of prerequisites, targets, or rules for each environment. Set `summary=0` to include these fields for each flag returned. |[optional]|
697
+
|**summary**|**Boolean**| By default, flags do _not_ include their lists of prerequisites, targets, or rules for each environment. Set `summary=0`and include the `env` query parameter to include these fields for each flag returned. |[optional]|
698
698
|**filter**|**String**| A comma-separated list of filters. Each filter is of the form field:value. Read the endpoint description for a full list of available filter fields. |[optional]|
699
699
|**sort**|**String**| A comma-separated list of fields to sort by. Fields prefixed by a dash ( - ) sort in descending order. Read the endpoint description for a full list of available sort fields. |[optional]|
700
700
|**compare**|**Boolean**| Deprecated, unavailable in API version `20240415`. A boolean to filter results by only flags that have differences between environments. |[optional]|
0 commit comments