Project

General

Profile

Patch #19116

Updated by Lucile Quirion over 9 years ago

Context: 
 To integrate Redmine with our CI tool (Jenkins), I need to be able to upload files via the REST API. 

 This patch add the Files REST API for: 
 - getting the list of files for a project and its versions. 
 - creating new files from uploaded attachments. 

 Apply on svn revision r14015 14015 
 Formatted with git 
 Related Issues: #7725, #18245 and #13800

Back