Skip to content

v18.1.0

Latest

Choose a tag to compare

@LaunchDarklyReleaseBot LaunchDarklyReleaseBot released this 29 Oct 16:22

Added

  • Added tags field to experiment POST request as optional body field. Tags are an array of strings.

  • Added tags field to experiment responses. For individual experiment GET requests (GET /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}), the tags field is now always included in the response. For list experiment GET requests (GET /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments), the tags field can be included by adding expand=tags to the query parameters.

Removed

Changed

Bug Fixes