Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.49 KB

EnvironmentPost.md

File metadata and controls

22 lines (17 loc) · 1.49 KB

EnvironmentPost

Properties

Name Type Description Notes
name str A human-friendly name for the new environment
key str A project-unique key for the new environment
color str 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 [str] Tags to apply to the new environment [optional]
source SourceEnv [optional]
critical bool Whether the environment is critical [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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