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 @@ Name | Type | Description | Notes
36
36
**analysisType** | **String** | The method for analyzing metric events | [optional]
37
37
**percentileValue** | **Number** | 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
@@ -490,7 +490,7 @@ let opts = {
490
490
'limit':789, // Number | The number of feature flags to return. Defaults to 20.
491
491
'offset':789, // Number | 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`.
492
492
'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
493
-
'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.
493
+
'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.
494
494
'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.
495
495
'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.
496
496
'compare':true, // Boolean | Deprecated, unavailable in API version `20240415`. A boolean to filter results by only flags that have differences between environments.
@@ -516,7 +516,7 @@ Name | Type | Description | Notes
516
516
**limit** | **Number**| The number of feature flags to return. Defaults to 20. | [optional]
517
517
**offset** | **Number**| 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]
518
518
**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]
519
-
**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]
519
+
**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]
520
520
**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]
521
521
**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]
522
522
**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