docs/Http3Api.md in fastly-4.0.0.alpha4 vs docs/Http3Api.md in fastly-4.0.0

- old
+ new

@@ -28,12 +28,12 @@ ```ruby api_instance = Fastly::Http3Api.new opts = { service_id: 'service_id_example', # String | Alphanumeric string identifying the service. version_id: 56, # Integer | Integer identifying a service version. - service_id: TODO, # String | - version: TODO, # Integer | + service_id: 'service_id_example', # String | + version: 56, # Integer | created_at: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Date and time in ISO 8601 format. deleted_at: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Date and time in ISO 8601 format. updated_at: Time.parse('2013-10-20T19:20:30+01:00'), # Time | Date and time in ISO 8601 format. feature_revision: 56, # Integer | Revision number of the HTTP/3 feature implementation. Defaults to the most recent revision. } @@ -51,11 +51,11 @@ | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **service_id** | **String** | Alphanumeric string identifying the service. | | | **version_id** | **Integer** | Integer identifying a service version. | | -| **service_id** | [**String**](String.md) | | [optional] | -| **version** | [**Integer**](Integer.md) | | [optional] | +| **service_id** | **String** | | [optional] | +| **version** | **Integer** | | [optional] | | **created_at** | **Time** | Date and time in ISO 8601 format. | [optional] | | **deleted_at** | **Time** | Date and time in ISO 8601 format. | [optional] | | **updated_at** | **Time** | Date and time in ISO 8601 format. | [optional] | | **feature_revision** | **Integer** | Revision number of the HTTP/3 feature implementation. Defaults to the most recent revision. | [optional] |