lib/fastly/api/kv_store_api.rb in fastly-8.0.1 vs lib/fastly/api/kv_store_api.rb in fastly-8.1.0
- old
+ new
@@ -208,20 +208,20 @@
end
# List KV stores.
# Get all stores for a given customer.
# @option opts [String] :cursor
- # @option opts [Integer] :limit (default to 100)
+ # @option opts [Integer] :limit (default to 1000)
# @return [InlineResponse2003]
def get_stores(opts = {})
data, _status_code, _headers = get_stores_with_http_info(opts)
data
end
# List KV stores.
# Get all stores for a given customer.
# @option opts [String] :cursor
- # @option opts [Integer] :limit (default to 100)
+ # @option opts [Integer] :limit (default to 1000)
# @return [Array<(InlineResponse2003, Integer, Hash)>] InlineResponse2003 data, response status code and response headers
def get_stores_with_http_info(opts = {})
if @api_client.config.debugging
@api_client.config.logger.debug 'Calling API: KvStoreApi.get_stores ...'
end