Feature Types
Manage feature flag types.
📄️ Get all feature types
Retrieves all feature types that exist in this Unleash instance, along with their descriptions and lifetimes.
📄️ Update feature type lifetime
Updates the lifetime configuration for the specified [feature flag type](https://docs.getunleash.io/reference/feature-toggles#feature-flag-types). The expected lifetime is an integer representing the number of days before Unleash marks a feature flag of that type as potentially stale. If set to `null` or `0`, then feature flags of that particular type will never be marked as potentially stale.