spec/api/files_api_spec.rb in cloudsmith-api-1.142.3 vs spec/api/files_api_spec.rb in cloudsmith-api-2.0.0
- old
+ new
@@ -1,7 +1,7 @@
=begin
-#Cloudsmith API
+#Cloudsmith API (v1)
#The API to the Cloudsmith Service
OpenAPI spec version: v1
Contact: support@cloudsmith.io
@@ -37,11 +37,11 @@
# Abort a multipart file upload.
# @param owner
# @param repo
# @param identifier
# @param [Hash] opts the optional parameters
- # @option opts [FilesAbort] :data
+ # @option opts [PackageFileUploadRequest] :data
# @return [nil]
describe 'files_abort test' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
@@ -52,11 +52,11 @@
# Complete a multipart file upload.
# @param owner
# @param repo
# @param identifier
# @param [Hash] opts the optional parameters
- # @option opts [FilesComplete] :data
+ # @option opts [PackageFileUploadRequest] :data
# @return [PackageFileUpload]
describe 'files_complete test' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
@@ -66,11 +66,11 @@
# Request URL(s) to upload new package file upload(s) to.
# Request URL(s) to upload new package file upload(s) to.
# @param owner
# @param repo
# @param [Hash] opts the optional parameters
- # @option opts [FilesCreate] :data
+ # @option opts [PackageFileUploadRequest] :data
# @return [PackageFileUpload]
describe 'files_create test' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end
@@ -96,10 +96,10 @@
# Validate parameters used for create.
# Validate parameters used for create.
# @param owner
# @param repo
# @param [Hash] opts the optional parameters
- # @option opts [FilesValidate] :data
+ # @option opts [PackageFileUploadRequest] :data
# @return [nil]
describe 'files_validate test' do
it 'should work' do
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
end