added
December, 2023
over 1 year ago by Tony Rule
- Added GET /reports/hours/projects/:id
- Added support for people skills
- Added DELETE /projects/:projectId/milestones/:milestoneId
- Added GET /skills/:id/people endpoint
- Added DELETE /time-offs/rostered-off/:id
- Added GET /reports/totals/projects/:id
- Added GET /project/:id/project-rates
- Added GET /timeoffs/rostered-off
- Added GET /people/:id/time-offs/rostered-off
- Added date filters to GET /projects/id/assignments
- Added date filters to GET /people/id/assignments
- Added GET /people/{personId}/time-offs
- Added DELETE /time-offs/:id
- Added GET /reports/hours/people
- Added DELETE /person/🆔/skills/:skill
- Added GET /reports/totals/projects
- Added GET /invitations
- Added DELETE /invitations/:id
- Added POST /time-offs
- Improved docs with consistent OpenAPI tags