From 8037ef12982577bfc07a779e4ef5c28764b82182 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Wed, 22 Jul 2026 13:00:21 +0000 Subject: [PATCH] Regenerate client from commit f955e88 of spec repo --- data/api/v2/full_spec.yaml | 8 +++++++- data/api/v2/translate_actions.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/data/api/v2/full_spec.yaml b/data/api/v2/full_spec.yaml index 5885028bdac..e8f88f71768 100644 --- a/data/api/v2/full_spec.yaml +++ b/data/api/v2/full_spec.yaml @@ -139060,7 +139060,7 @@ paths: get: description: |- Returns a list of environments for the organization. - Supports filtering by name and key. + Supports filtering by name, key, and DD_ENV. operationId: ListFeatureFlagsEnvironments parameters: - description: Filter environments by name (partial matching). @@ -139075,6 +139075,12 @@ paths: name: key schema: type: string + - description: Filter environments by queries that contain the provided DD_ENV value. + example: "staging" + in: query + name: dd_env + schema: + type: string - description: Maximum number of results to return. example: 10 in: query diff --git a/data/api/v2/translate_actions.json b/data/api/v2/translate_actions.json index 4bf4eba6157..303e9d208c3 100644 --- a/data/api/v2/translate_actions.json +++ b/data/api/v2/translate_actions.json @@ -1833,7 +1833,7 @@ "request_schema_description": "Request to create a new feature flag." }, "ListFeatureFlagsEnvironments": { - "description": "Returns a list of environments for the organization.\nSupports filtering by name and key.", + "description": "Returns a list of environments for the organization.\nSupports filtering by name, key, and DD_ENV.", "summary": "List environments" }, "CreateFeatureFlagsEnvironment": {