# Create a feature bundle Endpoint: POST /v1/feature-bundles Version: 1.0.0_Beta ## Request fields (application/json): - `featureBundleName` (string, required) Name to uniquely identify the feature bundle. Example: "MyFeatureBundle" - `description` (string) Describe the characteristics of this feature bundle that make it unique. Example: "This feature bundle enables advanced reporting." - `autoDeploy` (boolean) Auto Deploy flag to indicate whether the feature bundle should be deployed or not. - `featureList` (array) Optional feature list for the feature bundle. - `featureList.featureName` (string, required) Name to uniquely identify the feature. Example: "MyFeature" - `featureList.version` (string) If a FIXED version format is selected, specify version of the feature Example: "1.0" - `featureList.quantity` (integer) Quantity of the feature. Minimum value is 1. Example: 1 ## Response 201 fields (application/json): - `message` (string) - `status` (string) ## Response 400 fields (application/json): - `status` (string) - `message` (string) ## Response 409 fields (application/json): - `status` (string) - `message` (string) ## Response 422 fields (application/json): - `status` (string) - `message` (string) ## Response 500 fields (application/json): - `status` (string) - `message` (string)