Actions
Defect #6667
openREST API call with POST/PUT
Start date:
2010-10-14
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Hi,
I could not able to create a project OR issue using redmine API call.
just wanted to know, whether I made any mistake on the following CURL command for creating a new project:
================================================================
curl -X POST -d '
<projects type="array">
<project>
<name>Redmine</name>
<identifier>redmine</identifier>
<description>Redmine is a flexible project management web application written using Ruby on Rails framework.</description>
</project>
</projects>' -H 'Content-type:application/xml' -u asami morita http://hostname/projects.xml
=======================================================================
Thanks
Actions