v17.2.0
·
10 commits
to main
since this release
Added
- Added a new
maintainerIdfield to the input request body of thePOST /api/v2/metrics/{projectKey}endpoint - Added a new
resourceCategoryfield to the rep returned by custom roles endpoints and the custom role post body - Added new
_presetBundleVersionand_presetStatementsfields to the rep returned by custom roles endpoints - Added new query params, aggregationType and contextKind, to the GET /api/v2/usage/mau endpoint
- Added a new
assignedToexpand parameter toGET /api/v2/rolesandGET /api/v2/roles/{customRoleKey} - Added fifteen new
AI Configs (beta)endpoints for working with AI Configs, AI Config variations, and AI model configs - Added documentation for the
roleAttributesfield andexpandquery parameter on the following endpoints:GET /api/v2/membersGET /api/v2/members/{memberId}GET /api/v2/teamsGET /api/v2/teams/{teamKey}
- Added documentation for patching the
roleAttributesfield on thePATCH /api/v2/teams/{teamKey}endpoint - Added a new
categoryfield to the Metric response. - Added new public endpoints for working with announcements:
GET /api/v2/announcementsPOST /api/v2/announcementsPATCH /api/v2/announcements/{announcementId}DELETE /api/v2/announcements/{announcementId}
- Added a new 'sort' query parameter to
GET /api/v2/metric-groups/{projectKey} - Updated the 'filter' query parameter of
GET /api/v2/metric-groups/{projectKey}to include 'kind' as a valid option - Added new
satisfactionRatingfield to AI Configs metrics endpoints. - Added new
costPerInputTokenandcostPerInputTokenfields to AI Configs Models. - Added new cost metrics to AI Configs Metrics.
- Added new endpoint for generating an RSA key pair in order to create a new data warehouse destination
POST /api/v2/destinations/generate-warehouse-destination-key-pair
Removed
- Removed legacy experiment results endpoint
GET /api/v2/flags/{projectKey}/{featureFlagKey}/experiments/{environmentKey}/{metricKey}} - Removed obsolete
isActivefield from endpointPOST /api/v2/metrics/{projectKey}
Changed
- Updated the Data Export destination endpoints to include a new destination
kind - Expose
waitOnApprovalsrequest parameter onPOST /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/imports - Updated the ApprovalRequestResponse type to optionally include
resourceKind - Removed the beta tag from the following endpoints
POST /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/exportsGET /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/exports/{exportID}POST /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/importsGET /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/imports/{importID}
- Make
environmentsoptional on :GET /api/v2/flags/{projectKey}(List flags)POST /api/v2/flags/{projectKey}(Create flag)GET /api/v2/flags/{projectKey}/{featureFlagKey}(Get flag)PATCH /api/v2/flags/{projectKey}/{featureFlagKey}(Patch flag)POST /api/v2/flags/{projectKey}/{featureFlagKey}/copy(Copy flag)
- Added a list of valid values to the
Importtype returned by theGET /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/imports/{importID}endpoint