Actions
Defect #7427
closedUse one xml schema per entity type
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
2011-01-24
Due date:
% Done:
0%
Estimated time:
Resolution:
No feedback
Affected version:
Description
Would be better if find (GET) and create/update (POST/PUT) methods use the same xml schema, for each entity type.
For example, the xml schema for issue creation are:
<issue> <subject>Example</subject> <project_id>1</project_id> <priority_id>4</priority_id> </issue>
But should be:
<issue> <subject>Example</subject> <project> <id>1</id> </project> <priority> <id>4</id> </priority> </issue>
Updated by Filou Centrinov over 11 years ago
Category: REST API
Status: Feedback / Closed
The REST API for issues has been improved. It was't implemented as you proposed, but I think the current version could satisfy you. Can we close this issue?
Updated by Toshi MARUYAMA over 11 years ago
- Category set to REST API
- Status changed from New to Needs feedback
Updated by Jan Niggemann (redmine.org team member) about 9 years ago
- Status changed from Needs feedback to Closed
- Resolution set to No feedback
Actions