lib/fastly/api/acl_entry_api.rb in fastly-4.3.0 vs lib/fastly/api/acl_entry_api.rb in fastly-4.4.0

- old
+ new

@@ -16,21 +16,21 @@ def initialize(api_client = ApiClient.default) @api_client = api_client end # Update multiple ACL entries - # Update multiple ACL entries on the same ACL. + # Update multiple ACL entries on the same ACL. For faster updates to your service, group your changes into large batches. The maximum batch size is 1000 entries. [Contact support](https://support.fastly.com/) to discuss raising this limit. # @option opts [String] :service_id Alphanumeric string identifying the service. (required) # @option opts [String] :acl_id Alphanumeric string identifying a ACL. (required) # @option opts [BulkUpdateAclEntriesRequest] :bulk_update_acl_entries_request # @return [InlineResponse200] def bulk_update_acl_entries(opts = {}) data, _status_code, _headers = bulk_update_acl_entries_with_http_info(opts) data end # Update multiple ACL entries - # Update multiple ACL entries on the same ACL. + # Update multiple ACL entries on the same ACL. For faster updates to your service, group your changes into large batches. The maximum batch size is 1000 entries. [Contact support](https://support.fastly.com/) to discuss raising this limit. # @option opts [String] :service_id Alphanumeric string identifying the service. (required) # @option opts [String] :acl_id Alphanumeric string identifying a ACL. (required) # @option opts [BulkUpdateAclEntriesRequest] :bulk_update_acl_entries_request # @return [Array<(InlineResponse200, Integer, Hash)>] InlineResponse200 data, response status code and response headers def bulk_update_acl_entries_with_http_info(opts = {})