This repository was archived by the owner on Feb 3, 2026. It is now read-only.
14.0.0
Added
- Added Application and Application version endpoints, in beta
- Added
unitOfAnalysisfield to the metric listing rep returned by get all metrics endpoint - Added
lastSeenfield to the metric listing rep returned by get all metrics endpoint - Added
_accessobject to the release pipeline rep returned by several endpoints - Added
_linksfield to the team summary object returned by several endpoints - Added beta endpoint for getting experimentation units usage
- Added
iterationIdquery string parameter to/api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}/metrics/{metricKey}/results - Added pagination parameters
limitandoffsetto/api/v2/segments/{projKey}/{envKey} - Added
lastModifiedDatefield to response ofGET /api/v2/segments/{projectKey}/{environmentKey} - Added
sortto/api/v2/segments/{projKey}/{envKey} - Added
filterto/api/v2/segments/{projKey}/{envKey} - Added
_idfield to the expandedprojectinformation inTeamsendpoints - Added
purposefield to theFlagPostinput object - Added
migrationSettingsfield to theFlagPostinput object - Added
archivedfield toGET /api/v2/projects/{projectKey}/context-kindsandPUT /api/v2/projects/{projectKey}/context-kinds/{key} - Marked
itemsrequired inFlagFollowersGetRepto match API behavior - Added
_flagCountfield toGET /api/v2/segments/{projectKey}/{environmentKey} - Added
totalEvaluationsfield toGET /api/v2/usage/evaluations/{projKey}/{envKey}/{flagKey} - Added Release pipelines and Releases endpoints, in beta
- Added links in environment representations
- Update
codeandmessageon error reps to be required to match API behavior - Added
namefield toPhaseInfoforGET /api/v2/projects/{projectKey}/release-pipelines/{pipelineKey}/releases - Added
unitAggregationType,analysisType, andeventDefaultfields toGET /api/v2/metrics/{projectKey},GET /api/v2/metrics/{projectKey}/{metricKey},POST /api/v2/metrics/{projectKey}, andPATCH /api/v2/metrics/{projectKey}/{metricKey} - Marked
itemsas required inEnvironmentCollectionRepto match API behavior - Marked
colorandnameas required inEnvironmentSummaryRepto match API behavior - Added
@Failure 404with a value ofMember not foundtoPOST /api/v2/members/{id}/teams - Added beta endpoint to retrieve migration safety issues when updating a migration flag
- Added
migrationSettingsexpand parameter toGET /api/v2/flags/{projectKey} - Added
migrationSettingsexpand parameter toGET /api/v2/flags/{projectKey}/{featureFlagKey} - Added
limitandoffsetquery params toGET /projects/{projKey}/release-pipelines/{pipelineKey}/releases - Added beta endpoints to create, delete, and list metric groups
- Marked
itemsas required onExperimentCollectionRepto match API behavior - Added
isGroupandmetricsfields toDependentMetricOrMetricGroupRep - Added
isGroupfield toMetricInput - Added
randomizationUnitsfield toMetricInGroupRep - Added
metricGroupsandmetricGroupCountexpand parameters to thegetMetricendpoint
Changed
- Moved
PATCH /projects/{projKey}/release-pipelines/{pipelineKey}out of hidden docs - Set
deprecatedproperty on legacy experimentation operation which has already been deprecated- GET
/api/v2/flags/{projectKey}/{featureFlagKey}/experiments/{environmentKey}/{metricKey}
- GET
- Set
deprecatedonoffsetparameter which has already been deprecated- GET
/api/v2/user-search/{projectKey}
- GET
- Set
deprecatedon flag-related schema properties that have already been deprecated - Moved OAuth Client APIs out of beta
- Updated the response body of
ReviewOutputto optionally returnserviceTokenId, omitted when approval reviewer was a member - Updated the response body of
ReviewResponseto optionally returnserviceTokenId, omitted when approval reviewer was a member - Updated the response body of
FlagConfigApprovalRequestResponseto optionally returnappliedByServiceTokenId, omitted when a member applies an approval - Set
deprecatedproperty on legacy users endpoints, which are replaced by contexts endpoints- DELETE
/api/v2/users/{projectKey}/{environmentKey}/{userKey} - GET
/api/v2/users/{projectKey}/{userKey}/expiring-user-targets/{environmentKey} - GET
/api/v2/users/{projectKey}/{environmentKey}/{userKey}/flags - GET
/api/v2/users/{projectKey}/{environmentKey}/{userKey}/flags/{featureFlagKey} - GET
/api/v2/users/{projectKey}/{environmentKey} - GET
/api/v2/users/{projectKey}/{environmentKey}/{userKey} - GET
/api/v2/user-attributes/{projectKey}/{environmentKey} - GET
/api/v2/user-search/{projectKey}/{environmentKey} - PATCH
/api/v2/users/{projectKey}/{userKey}/expiring-user-targets/{environmentKey} - PUT
/api/v2/users/{projectKey}/{environmentKey}/{userKey}/flags/{featureFlagKey}
- DELETE
- Moved Approvals APIs out of beta
- Moved Workflow APIs out of beta
- Moved Workflow template APIs out of beta
- Updated the response body of the
Memberstruct to clarify that in thepermissionGrants, only one ofactionsoractionSetis required - Updated type of
PrimaryMetricinIterationRep - Updated
maintainerIdto be an optional parameter when creating a new experiment - Updated
contextTargetsfield for flags endpoints to be required - Renamed
metricWrappertoMetricWrapper - Updated type of
Effectin custom roles tostring - Added the
expandquery parameter for thegetExperimentendpoint- GET
/api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}
- GET
- Updated description and unhid
archivedfield onGET /api/v2/projects/{projectKey}/context-kindsandPUT /api/v2/projects/{projectKey}/context-kinds/{key} - Updated description for
hideInTargetingfield onGET /api/v2/projects/{projectKey}/context-kindsandPUT /api/v2/projects/{projectKey}/context-kinds/{key} - Moved Context Kind APIs out of beta
- Updated response body of GET
/api/v2/flags/{projectKey}/{flagKey}/releaseand PATCH/api/v2/flags/{projectKey}/{flagKey}/releaseto includeMemberSummaryandTokenSummaryin each phase'scompletedByfield instead of having flat values. - Renamed
activeReleasesandcompletedReleasestoactiveCountandtotalCountforGET /api/v2/projects/{projectKey}/release-pipelines/{pipelineKey}/releases - Updated the response body of
FeatureFlagandFeatureFlagConfigto returnmigrationSettingswhen callingPATCH /api/v2/flags/{projectKey}/{featureFlagKey} - Set
deprecatedproperty onarchivedquery param forGET /api/v2/flags/{projectKey} - Renamed
DependentMetricReptoDependentMetricOrMetricGroupRep - Updated the
kindfield inDependentMetricOrMetricGroupRepto allow enum valuefunnel, used for metric groups - Renamed
MetricWrappertoMetricInGroupRep - Get metric
metricGroupsandmetricGroupCountfields are expandable, omitted by default
Bug Fixes
RootResponseschema was incorrect