Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion data/api/v2/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion data/api/v2/translate_actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Loading