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

- old
+ new

@@ -6,14 +6,14 @@ | ---- | ---- | ----------- | ----- | | **cache_condition** | **String** | Name of the cache condition controlling when this configuration applies. | [optional] | | **content** | **String** | The content to deliver for the response object, can be empty. | [optional] | | **content_type** | **String** | The MIME type of the content, can be empty. | [optional] | | **name** | **String** | Name for the request settings. | [optional] | -| **status** | **Integer** | The HTTP status code. | [optional][default to 200] | +| **status** | **String** | The HTTP status code. | [optional][default to '200'] | | **response** | **String** | The HTTP response. | [optional][default to 'Ok'] | | **request_condition** | **String** | Condition which, if met, will select this configuration during a request. Optional. | [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)