Files
cfw-autumn/others/python-sdk/docs/models/updateplanfeature.md
2026-02-19 16:05:43 +00:00

3.0 KiB
Raw Blame History

UpdatePlanFeature

The full feature object if expanded.

Fields

Field Type Required Description
id str ✔️ The ID of the feature, used to refer to it in other API calls like /track or /check.
name OptionalNullable[str] The name of the feature.
type models.UpdatePlanType ✔️ The type of the feature
display OptionalNullable[models.UpdatePlanFeatureDisplay] Singular and plural display names for the feature.
credit_schema List[models.UpdatePlanCreditSchema] Credit cost schema for credit system features.
archived OptionalNullable[bool] Whether or not the feature is archived.