Method: Cnvrg::Files#end_commit

Defined in:
lib/cnvrg/files.rb

#end_commit(commit_sha1) ⇒ Object



479
480
481
482
# File 'lib/cnvrg/files.rb', line 479

def end_commit(commit_sha1)
  response = Cnvrg::API.request("#{base_resource}/commit/end", 'POST', {commit_sha1: commit_sha1})
  return response
end