docs/CacheSettingResponse.md in fastly-6.0.2 vs docs/CacheSettingResponse.md in fastly-7.0.0

- old
+ new

@@ -5,13 +5,13 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | If set, will cause vcl_fetch to terminate after processing this rule with the return state specified. If not set, other configuration logic in vcl_fetch with a lower priority will run after this rule. | [optional] | | **cache_condition** | **String** | Name of the cache condition controlling when this configuration applies. | [optional] | | **name** | **String** | Name for the cache settings object. | [optional] | -| **stale_ttl** | **Integer** | Maximum time in seconds to continue to use a stale version of the object if future requests to your backend server fail (also known as 'stale if error'). | [optional] | -| **ttl** | **Integer** | Maximum time to consider the object fresh in the cache (the cache 'time to live'). | [optional] | +| **stale_ttl** | **String** | Maximum time in seconds to continue to use a stale version of the object if future requests to your backend server fail (also known as 'stale if error'). | [optional] | +| **ttl** | **String** | Maximum time to consider the object fresh in the cache (the cache 'time to live'). | [optional] | | **service_id** | **String** | | [optional][readonly] | -| **version** | **Integer** | | [optional][readonly] | +| **version** | **String** | | [optional][readonly] | | **created_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | | **deleted_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | | **updated_at** | **Time** | Date and time in ISO 8601 format. | [optional][readonly] | [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)