spec/api/files_api_spec.rb in cloudsmith-api-1.61.3 vs spec/api/files_api_spec.rb in cloudsmith-api-1.120.3

- old
+ new

@@ -75,15 +75,17 @@ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for files_info - # Get upload information for a multipart file upload. - # Get upload information for a multipart file upload. + # Get upload information to perform a multipart file upload. + # Get upload information to perform a multipart file upload. # @param owner # @param repo # @param identifier + # @param filename The filename of the file being uploaded # @param [Hash] opts the optional parameters + # @option opts [Integer] :part_number The part number to be uploaded next # @return [PackageFilePartsUpload] describe 'files_info test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end