Project

General

Profile

Actions

Defect #6667

open

REST API call with POST/PUT

Added by Afsar Red over 13 years ago. Updated about 12 years ago.

Status:
New
Priority:
Normal
Category:
REST API
Target version:
-
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

Also available in: Atom PDF