summaryrefslogtreecommitdiff
path: root/app/Api/Procedure/ProjectProcedure.php
AgeCommit message (Collapse)Author
2019-05-27Feature: Set "start date" and "end date" on projects from APITobias Balle-Petersen
Added parameters "start_date" and "end_date" to functions createProject and updateProject. These parameters could not previously be set from the API. Documentation should be updated to reflect the change (If approved).
2017-05-22Add task and project API formattersFrederic Guillot
2017-02-04Add email address field for projectsFrederic Guillot
2016-06-26Added new API call: "getProjectByIdentifier"Frederic Guillot
2016-06-26Added new arguments to project API calls and update composer.jsonFrederic Guillot
2016-06-26Added application and project roles validation for API procedure callsFrederic Guillot