Actions
Defect #12536
closedMissing 'parent' field for projects REST API
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Cant reproduce
Affected version:
Description
When using the projects API for a given project, for example projects/189.xml
, the parent
field is not returned whereas it is when using the full list of projects projects.xml
.
Updated by Matthias Lamoureux almost 12 years ago
Title should be : Missing 'parent' field for projects REST API
Updated by Toshi MARUYAMA almost 12 years ago
- Subject changed from Adding 'parent' field for projects REST API to Missing 'parent' field for projects REST API
Updated by Jean-Philippe Lang almost 12 years ago
- Status changed from New to Closed
- Resolution set to Cant reproduce
The parent is present in the API response for a single project: source:/tags/2.1.4/app/views/projects/show.api.rsb (unless the project is a root project).
Actions