Update a FeatureAsk AIpatch https://api.optimizely.com/v2/features/{feature_id}Update a feature by ID.Path Paramsfeature_idint64requiredThe unique identifier for the FeatureBody ParamsA string in JSON format that includes all the fields you'd like to change for a FeaturearchivedbooleanWhether the Feature has been archivedtruefalsedescriptionstringA short description of this FeatureenvironmentsobjectThe configuration for this Feature's Rollout within each Environment, keyed by Environment key.environments objectkeystringlength ≤ 64Unique string identifier for this Feature within the ProjectnamestringName of the Featurevariablesarray of objectsVariables define the dynamic configuration of a feature, and each variable can take on a different value on a per-variation basis within a feature test.variablesADD objectResponses 200Successfully updated the Feature 400Invalid request body content 401Invalid credentials 403You do not have permission to update specified Feature 404Feature not found defaultUnexpected errorUpdated 7 months ago