spec/api/security_api_spec.rb in intrinio-sdk-5.6.1 vs spec/api/security_api_spec.rb in intrinio-sdk-5.6.3
- old
+ new
@@ -1,11 +1,11 @@
=begin
#Intrinio API
#Welcome to the Intrinio API! Through our Financial Data Marketplace, we offer a wide selection of financial data feed APIs sourced by our own proprietary processes as well as from many data vendors. For a complete API request / response reference please view the [Intrinio API documentation](https://intrinio.com/documentation/api_v2). If you need additional help in using the API, please visit the [Intrinio website](https://intrinio.com) and click on the chat icon in the lower right corner.
-OpenAPI spec version: 2.14.0
+OpenAPI spec version: 2.15.3
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: unset
=end
@@ -124,24 +124,24 @@
# Return intraday stock prices for the Security with the given `identifier`
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
# @param [Hash] opts the optional parameters
# @option opts [String] :source Return intraday prices from the specified data source
# @option opts [Date] :start_date Return intraday prices starting at the specified date
- # @option opts [String] :start_time Return intraday prices starting at the specified time on the `start_date` (timezone is UTC)
+ # @option opts [String] :start_time Return intraday prices starting at the specified time on the `start_date` (24-hour in 'hh:mm' format, UTC timezone)
# @option opts [Date] :end_date Return intraday prices stopping at the specified date
- # @option opts [String] :end_time Return intraday prices stopping at the specified time on the `end_date` (timezone is UTC)
+ # @option opts [String] :end_time Return intraday prices stopping at the specified time on the `end_date` (24-hour in 'hh:mm' format, UTC timezone)
# @option opts [Integer] :page_size The number of results to return
# @option opts [String] :next_page Gets the next page of data from a previous API call
# @return [ApiResponseSecurityIntradayPrices]
describe 'get_security_intraday_prices test' do
it "should work" do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
# unit tests for get_security_latest_dividend_record
- # Lastest Dividend Record for Security
+ # Latest Dividend Record for Security
# Returns the latest available dividend information for the Security with the given `identifier`
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
# @param [Hash] opts the optional parameters
# @return [DividendRecord]
describe 'get_security_latest_dividend_record test' do
@@ -149,10 +149,10 @@
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
end
# unit tests for get_security_latest_earnings_record
- # Lastest Earnings Record for Security
+ # Latest Earnings Record for Security
# Returns latest available earnings information for the Security with the given `identifier`
# @param identifier A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID)
# @param [Hash] opts the optional parameters
# @return [EarningsRecord]
describe 'get_security_latest_earnings_record test' do