Releases
v17.2.0
Added
Added a new maintainerId
field to the input request body of the POST /api/v2/metrics/{projectKey}
endpoint
Added a new resourceCategory
field to the rep returned by custom roles endpoints and the custom role post body
Added new _presetBundleVersion
and _presetStatements
fields 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 assignedTo
expand parameter to GET /api/v2/roles
and GET /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 roleAttributes
field and expand
query parameter on the following endpoints:
GET /api/v2/members
GET /api/v2/members/{memberId}
GET /api/v2/teams
GET /api/v2/teams/{teamKey}
Added documentation for patching the roleAttributes
field on the PATCH /api/v2/teams/{teamKey}
endpoint
Added a new category
field to the Metric response.
Added new public endpoints for working with announcements:
GET /api/v2/announcements
POST /api/v2/announcements
PATCH /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 satisfactionRating
field to AI Configs metrics endpoints.
Added new costPerInputToken
and costPerInputToken
fields 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 isActive
field from endpoint POST /api/v2/metrics/{projectKey}
Changed
Updated the Data Export destination endpoints to include a new destination kind
Expose waitOnApprovals
request parameter on POST /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}/exports
GET /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/exports/{exportID}
POST /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/imports
GET /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/imports/{importID}
Make environments
optional 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 Import
type returned by the GET /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/imports/{importID}
endpoint
You can’t perform that action at this time.