Releases
7.1.0
Compare
Sorry, something went wrong.
No results found
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 to and from query parameters in getExtinctions
Added ref property to rule object
Added commitTime property to branch object
Changed:
Switched from minutesAgo to timestamp in our beta GET /api/v2/flags/{projKey}/{flagKey}/experiments/{envKey}/{metricKey} response
Fixed:
successCriteria property now expects a string with value HigherThanBaseline or LowerThanBaseline, it was previously incorrectly expecting an int
GET /api/v2/teams/{key} was incorrectly returning TeamRep. It’s been corrected to return ExpandedTeamRep
PATCH /api/v2/teams/{key} was incorrectly returning TeamCollectionRep. It’s been corrected to return ExpandedTeamRep
You can’t perform that action at this time.