lib/fastly/api/object_store_api.rb in fastly-4.2.0 vs lib/fastly/api/object_store_api.rb in fastly-4.3.0
- old
+ new
@@ -206,21 +206,21 @@
# List object stores.
# Get all stores for a given customer.
# @option opts [String] :cursor
# @option opts [Integer] :limit (default to 100)
- # @return [InlineResponse2002]
+ # @return [InlineResponse2003]
def get_stores(opts = {})
data, _status_code, _headers = get_stores_with_http_info(opts)
data
end
# List object stores.
# Get all stores for a given customer.
# @option opts [String] :cursor
# @option opts [Integer] :limit (default to 100)
- # @return [Array<(InlineResponse2002, Integer, Hash)>] InlineResponse2002 data, response status code and response headers
+ # @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: ObjectStoreApi.get_stores ...'
end
# unbox the parameters from the hash
@@ -242,10 +242,10 @@
# http body (model)
post_body = opts[:debug_body]
# return_type
- return_type = opts[:debug_return_type] || 'InlineResponse2002'
+ return_type = opts[:debug_return_type] || 'InlineResponse2003'
# auth_names
auth_names = opts[:debug_auth_names] || ['token']
new_options = opts.merge(