docs/AclsInComputeApi.md in fastly-8.10.0 vs docs/AclsInComputeApi.md in fastly-9.0.0
- old
+ new
@@ -256,11 +256,11 @@
```ruby
api_instance = Fastly::AclsInComputeApi.new
opts = {
acl_id: 'acl_id_example', # String |
- compute_acl_update_entry: [Fastly::ComputeAclUpdateEntry.new], # Array<ComputeAclUpdateEntry> |
+ compute_acl_update: Fastly::ComputeAclUpdate.new, # ComputeAclUpdate |
}
begin
# Update an ACL
api_instance.compute_acl_update_acls(opts)
@@ -272,10 +272,10 @@
### Options
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **acl_id** | **String** | | |
-| **compute_acl_update_entry** | [**Array<ComputeAclUpdateEntry>**](ComputeAclUpdateEntry.md) | | [optional] |
+| **compute_acl_update** | [**ComputeAclUpdate**](ComputeAclUpdate.md) | | [optional] |
### Return type
nil (empty response body)