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
Added filter query parameter to GET /api/v2/metrics/{projectKey} (List metrics)
Added expand query parameter to GET /api/v2/members/{id} (Get member
Added expand query parameter to GET /api/v2/members (List member)
Added expand query parameter to PATCH /api/v2/members/{id} (Patch member)
Added expand query parameter to POST /api/v2/members (Create member)
Updated MemberRep to include RoleAttributes
Updated MetricInGroupRep and MetricV2Rep to both contain the metric's 'unitAggregationType`
Updated the kind field in DependentMetricOrMetricGroupRep to allow enum value standard, used for metric groups
Added latestCommitTime field to the response of GET /api/v2/code-refs/statistics/{projectKey} (Get code references statistics for flags)
Added optional statisticalMethodology field to the request body of POST /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments (Create experiment)
Added statisticalMethodology field to the response bodies of:
POST /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments (Create experiment)
GET /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey} (Get experiment)
GET /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments (Get experiments)
Added POST /api/v2/auditlog to support large policy statement lists (that would not otherwise fit in the URL)
Updated 200 response type for PUT /api/v2/projects/{projectKey}/flags/{flagKey}/release/phases/{phaseId}
Updated FeatureFlagStatus to use an enum for its name
Updated PATCH /api/v2/projects/{projectKey}/flags/{flagKey} to include the ignoreConflicts query parameter
Added variance field for each relative difference in the GET /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}/metrics/{metricKey}/results endpoint
Added varianceReduction field for each relative difference in the GET /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}/metrics/{metricKey}/results endpoint
Added endpoints for managing experiment layers:
Create a new layer: POST /api/v2/projects/{projectKey}/layers
Update a layer: PATCH /api/v2/projects/{projectKey}/layers/{layerKey}
Get layers: GET /api/v2/projects/{projectKey}/layers
Added endpoints for managing holdouts:
Create a new holdout: POST /api/v2/projects/{projectKey}/environments/{environmentKey}/holdouts/{holdoutKey}
Update a holdout: PATCH /api/v2/projects/{projectKey}/environments/{environmentKey}/holdouts/{holdoutKey}
Get a holdout by id: GET /api/v2/projects/{projectKey}/environments/{environmentKey}/holdouts/id/{holdoutId}
Get a holdout by key: GET /api/v2/projects/{projectKey}/environments/{environmentKey}/holdouts/{holdoutKey}
Added totalCount field to the response body of GET /api/v2/metrics/{projectKey} (list metrics)
Added pagination to GET /api/v2/projects/{projectKey}/metric-groups (list metric groups)
Added limit and offset query params
Added totalCount field to the response body
Added optional attributes field to the request body of POST /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments (create experiment) and POST /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}/iterations (create iteration)
Added version field to the response bodies of:
GET /api/v2/members (Get members)
GET /api/v2/members/{id} (Get member)
PATCH /api/v2/members/{id} (Patch member)
POST /api/v2/members (Create member)
POST /members/{id}/teams (Add member to teams)
Added optional initialPrerequisites field to request body of POST /api/v2/flags/{projectKey} endpoint (Create Flag).
Added eventValuesSum field for each treatment result in the GET /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}/metrics/{metricKey}/results endpoint
Added new endpoints for working with flag import configurations:
POST /api/v2/integration-capabilities/flag-import/{projectKey}/{integrationKey} (Create flag import configuration)
GET /api/v2/integration-capabilities/flag-import/{projectKey}/{integrationKey}/{integrationId} (Get flag import configuration)
GET /api/v2/integration-capabilities/flag-import (List all flag import configurations)
PATCH /api/v2/integration-capabilities/flag-import/{projectKey}/{integrationKey}/{integrationId} (Update flag import configuration)
POST /api/v2/integration-capabilities/flag-import/{projectKey}/{integrationKey}/{integrationId}/trigger (Trigger a flag import run)
DELETE /api/v2/integration-capabilities/flag-import/{projectKey}/{integrationKey}/{integrationId} (Delete flag import configuration)
Added model, bayesianNormal, and bayesianBeta fields for each treatment result in the GET /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}/metrics/{metricKey}/results endpoint
Added optional methodology field to the request body of POST /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments (Create experiment)
Added methodology field to the response bodies of:
POST /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments (Create experiment)
GET /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey} (Get experiment)
GET /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments (Get experiments)
Added correlation, sdRatio, and covariateImbalance fields for each treatment result in the GET /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}/metrics/{metricKey}/results endpoint
Added optional namingConvention field to the request body of POST /api/v2/projects (Create project)
Added new endpoint for updating an approval request: PATCH /api/v2/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{id} (Update approval request)
Added optional query field to the filter param on GET /api/v2/projects/{projectKey}/metric-groups to search against the metric group name and key
Added documentation for the filter param on GET /api/v2/projects/{projectKey}/metric-groups
Added limit, offset, and asOf query parameters to the GET /api/v2/tags (List tags) endpoint
Added optional limit field to GET /api/v2/projects/{projectKey}/environments/{environmentKey}/context-attributes
Updated the distribution field in the GET /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}/metrics/{metricKey}/results endpoint to always use number parameters
Added new endpoints for working with integration configurations:
POST /api/v2/integration-configurations/keys/{integrationKey} (Create integration configuration)
GET /api/v2/integration-configurations/keys/{integrationKey} (Get all configurations for the integration)
GET /api/v2/integration-configurations/{integrationConfigurationId} (Get an integration configuration)
Removed statisticalMethodology field from the request body of POST /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments (Create experiment)
Removed statisticalMethodology field from the response bodies of:
POST /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments (Create experiment)