spec/api/security_api_spec.rb in intrinio-sdk-6.29.0 vs spec/api/security_api_spec.rb in intrinio-sdk-6.29.1
- 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://docs.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.64.0
+OpenAPI spec version: 2.64.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
Swagger Codegen version: unset
=end
@@ -829,10 +829,10 @@
# unit tests for get_security_realtime_price
# Realtime Stock Price for Security
# Return the realtime stock price 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 [Array<String>] :source Return the realtime price from the specified data source. If no source is specified, the best source available is used.
+ # @option opts [Array<String>] :source Return the realtime price from the specified comma-delimited data sources. If no source is specified, the best source available is used.
# @return [RealtimeStockPrice]
describe 'get_security_realtime_price test' do
it "should work" do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end