Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 1.32 KB

File metadata and controls

19 lines (16 loc) · 1.32 KB

# EnvironmentPost

Properties

Name Type Description Notes
name string A human-friendly name for the new environment
key string A project-unique key for the new environment
color string A color to indicate this environment in the UI
default_ttl int The default time (in minutes) that the PHP SDK can cache feature flag rules locally [optional]
secure_mode bool Ensures that one end user of the client-side SDK cannot inspect the variations for another end user [optional]
default_track_events bool Enables tracking detailed information for new flags by default [optional]
confirm_changes bool Requires confirmation for all flag and segment changes via the UI in this environment [optional]
require_comments bool Requires comments for all flag and segment changes via the UI in this environment [optional]
tags string[] Tags to apply to the new environment [optional]
source \LaunchDarklyApi\Model\SourceEnv [optional]
critical bool Whether the environment is critical [optional]

[Back to Model list] [Back to API list] [Back to README]