dev

Forked from tuleap/dev

Clone or download

Read-only

story #7511: adding route PATCH /projects/:id/backlog

Change-Id: I8fad972b57fff16448ba0345629282b42bfe8d6c

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResourceValidator.class.php +8 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/OrderRepresentation.php +2 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php +34 −7 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +15 −0 Go to diff View file
M src/common/REST/Header.class.php +4 −0 Go to diff View file
M src/common/event/Event.class.php +11 −0 Go to diff View file
M src/common/project/REST/v1/ProjectResource.class.php +48 −3 Go to diff View file
M tests/rest/ProjectTest.php +60 −1 Go to diff View file