This repository was archived by the owner on Feb 3, 2026. It is now read-only.
[7.1.0] - 2022-01-06
Added:
- Audit log subscription endpoints
GET /api/v2/integrations/{integrationKey}POST /api/v2/integrations/{integrationKey}GET /api/v2/integrations/{integrationKey}/{id}DELETE /api/v2/integrations/{integrationKey}/{id}PATCH /api/v2/integrations/{integrationKey}/{id}
- Flag trigger endpoints
GET /api/v2/flags/{projKey}/{flagKey}/triggers/{envKey}POST /api/v2/flags/{projKey}/{flagKey}/triggers/{envKey}GET /api/v2/flags/{projKey}/{flagKey}/triggers/{envKey}/{id}DELETE /api/v2/flags/{projKey}/{flagKey}/triggers/{envKey}/{id}PATCH /api/v2/flags/{projKey}/{flagKey}/triggers/{envKey}/{id}
- Teams (beta) endpoint
POST /api/v2/teams/{key}/members
- Account Members endpoint
POST /api/v2/members/{id}/teams
- Added
toandfromquery parameters ingetExtinctions - Added
refproperty toruleobject - Added
commitTimeproperty tobranchobject
Changed:
- Switched from
minutesAgototimestampin our betaGET /api/v2/flags/{projKey}/{flagKey}/experiments/{envKey}/{metricKey}response
Fixed:
successCriteriaproperty now expects astringwith valueHigherThanBaselineorLowerThanBaseline, it was previously incorrectly expecting anintGET /api/v2/teams/{key}was incorrectly returningTeamRep. It’s been corrected to returnExpandedTeamRepPATCH /api/v2/teams/{key}was incorrectly returningTeamCollectionRep. It’s been corrected to returnExpandedTeamRep