docs/ResponseObjectApi.md in fastly-8.0.0 vs docs/ResponseObjectApi.md in fastly-8.0.1
- old
+ new
@@ -30,10 +30,11 @@
```ruby
api_instance = Fastly::ResponseObjectApi.new
opts = {
service_id: 'service_id_example', # String | Alphanumeric string identifying the service.
version_id: 56, # Integer | Integer identifying a service version.
+ create_response_object_request: Fastly::CreateResponseObjectRequest.new, # CreateResponseObjectRequest |
}
begin
# Create a Response object
result = api_instance.create_response_object(opts)
@@ -47,10 +48,11 @@
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **service_id** | **String** | Alphanumeric string identifying the service. | |
| **version_id** | **Integer** | Integer identifying a service version. | |
+| **create_response_object_request** | [**CreateResponseObjectRequest**](CreateResponseObjectRequest.md) | | [optional] |
### Return type
[**ResponseObjectResponse**](ResponseObjectResponse.md)
@@ -191,10 +193,11 @@
api_instance = Fastly::ResponseObjectApi.new
opts = {
service_id: 'service_id_example', # String | Alphanumeric string identifying the service.
version_id: 56, # Integer | Integer identifying a service version.
response_object_name: 'response_object_name_example', # String | Name for the request settings.
+ create_response_object_request: Fastly::CreateResponseObjectRequest.new, # CreateResponseObjectRequest |
}
begin
# Update a Response object
result = api_instance.update_response_object(opts)
@@ -209,9 +212,10 @@
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **service_id** | **String** | Alphanumeric string identifying the service. | |
| **version_id** | **Integer** | Integer identifying a service version. | |
| **response_object_name** | **String** | Name for the request settings. | |
+| **create_response_object_request** | [**CreateResponseObjectRequest**](CreateResponseObjectRequest.md) | | [optional] |
### Return type
[**ResponseObjectResponse**](ResponseObjectResponse.md)