Actions
Feature #2053
closedAdd api to project_type
Start date:
Due date:
% Done:
0%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Description
accept_api_auth :index, :archive, :unarchive, :destroy
Should return only projects where is_project_type: true
.
Allow associations :relatives
, :author
Updated by liaham 8 months ago
- Status changed from New to Rejected
- Parent task deleted (
#1837)
The API will focus on Project model only since it is possible to get also ProjectType via its endpoints. The ProjectType model could only support a subset of API endpoints. That is, missing endpoints would need to be requested by Project model anyway.
Actions