# UpdateScoreConfigRequest
## Properties
**is_archived** | Option<**bool**> | The status of the score config showing if it is archived or not | [optional]
**name** | Option<**String**> | The name of the score config | [optional]
**categories** | Option<[**Vec<models::ConfigCategory>**](ConfigCategory.md)> | Configure custom categories for categorical scores. Pass a list of objects with `label` and `value` properties. Categories are autogenerated for boolean configs and cannot be passed | [optional]
**min_value** | Option<**f64**> | Configure a minimum value for numerical scores. If not set, the minimum value defaults to -∞ | [optional]
**max_value** | Option<**f64**> | Configure a maximum value for numerical scores. If not set, the maximum value defaults to +∞ | [optional]
**description** | Option<**String**> | Description is shown across the Langfuse UI and can be used to e.g. explain the config categories in detail, why a numeric range was set, or provide additional context on config name or usage | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)