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

Latest commit

 

History

History
15 lines (12 loc) · 1.08 KB

File metadata and controls

15 lines (12 loc) · 1.08 KB

# ProjectPost

Properties

Name Type Description Notes
name string A human-friendly name for the project.
key string A unique key used to reference the project in your code.
include_in_snippet_by_default bool Whether or not flags created in this project are made available to the client-side JavaScript SDK by default. [optional]
default_client_side_availability \LaunchDarklyApi\Model\DefaultClientSideAvailabilityPost [optional]
tags string[] Tags for the project [optional]
environments \LaunchDarklyApi\Model\EnvironmentPost[] Creates the provided environments for this project. If omitted default environments will be created instead. [optional]
naming_convention \LaunchDarklyApi\Model\NamingConvention [optional]

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