15 lines
3.0 KiB
Markdown
15 lines
3.0 KiB
Markdown
# UpdatePlanFeature
|
|
|
|
The full feature object if expanded.
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
|
|
| `id` | *str* | :heavy_check_mark: | The ID of the feature, used to refer to it in other API calls like /track or /check. |
|
|
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | The name of the feature. |
|
|
| `type` | [models.UpdatePlanType](../models/updateplantype.md) | :heavy_check_mark: | The type of the feature |
|
|
| `display` | [OptionalNullable[models.UpdatePlanFeatureDisplay]](../models/updateplanfeaturedisplay.md) | :heavy_minus_sign: | Singular and plural display names for the feature. |
|
|
| `credit_schema` | List[[models.UpdatePlanCreditSchema](../models/updateplancreditschema.md)] | :heavy_minus_sign: | Credit cost schema for credit system features. |
|
|
| `archived` | *OptionalNullable[bool]* | :heavy_minus_sign: | Whether or not the feature is archived. | |