# Configuration
APIs for managing configuration values that control how customers can access and consume line items.
Available values:
- timezone.tolerant
- Allows a line item to be used up to 12 hours before its start date (UTC) and up to 12 hours after its end date (UTC), therefore making it tolerant to all time zones.
- Supported values: true (enabled) and false (disabled).
- Default: false
## All configuration
- [GET /v1.0/configuration](https://fnoapi-dynamicmonetization.redocly.app/apis/openapispec/configuration/gettenantconfigurations.md): Returns all configured values. If a configuration has been modified, the response includes the date of modification and the token key ID that was used to change configuration.
## Update configuration
- [PATCH /v1.0/configuration](https://fnoapi-dynamicmonetization.redocly.app/apis/openapispec/configuration/patchtenantconfigurations.md): Update one or more configuration values.