Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 1.14 KB

UpdateFeatureDto.md

File metadata and controls

15 lines (12 loc) · 1.14 KB

UpdateFeatureDto

Properties

Name Type Description Notes
Name string Name of the Feature [optional] [default to null]
Key string Unique key by Project, can be used in the SDK / API to reference by 'key' rather than id. Must only contain lower-case characters and `` or `-`. [optional] [default to null]
Description string Feature description. [optional] [default to null]
Variations []FeatureVariationDto Variation configurations to be used by feature configurations. [optional] [default to null]
Variables []CreateVariableDto Variable definitions to be referenced in variations [optional] [default to null]
Type_ string The Feature type [optional] [default to null]
Tags []string Tags to organize Features on the dashboard [optional] [default to null]

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