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 (11 loc) · 926 Bytes

File metadata and controls

15 lines (11 loc) · 926 Bytes

LaunchDarklyApi.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.
includeInSnippetByDefault Boolean Whether or not flags created in this project are made available to the client-side JavaScript SDK by default. [optional]
defaultClientSideAvailability DefaultClientSideAvailabilityPost [optional]
tags [String] Tags for the project [optional]
environments [EnvironmentPost] Creates the provided environments for this project. If omitted default environments will be created instead. [optional]
namingConvention NamingConvention [optional]