Actions
Defect #7850
closedPossible broken JSON REST API
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
2011-03-13
Due date:
% Done:
0%
Estimated time:
Resolution:
Cant reproduce
Affected version:
Description
When i try to create a project using XML all is gone right.
For ex.: XML post to /projects.xml:
<project name="test123" identifier="test123"/>
Answer:
RC: 201 Message: Created
but when i try to make same thing in JSON format - error is occurred.
Ex.: JSON post to /projects.json:
{"project": {"name": "test123", "identifier": "test123"}}
Answer:
RC: 500 Message: Internal Server Error
Files
Updated by Artem Konoplin about 14 years ago
- File development.xml.log development.xml.log added
- File development.json.log development.json.log added
Updated by Go MAEDA almost 5 years ago
- Status changed from New to Closed
- Resolution set to Cant reproduce
Actions