Added
-
Added
tagsfield to experiment POST request as optional body field. Tags are an array of strings. -
Added
tagsfield to experiment responses. For individual experiment GET requests (GET /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments/{experimentKey}), thetagsfield is now always included in the response. For list experiment GET requests (GET /api/v2/projects/{projectKey}/environments/{environmentKey}/experiments), thetagsfield can be included by addingexpand=tagsto the query parameters.