Actions
Feature #3977
closedAdd API endpoints for project_types
Start date:
09/12/2025
Due date:
09/13/2025
% Done:
100%
Estimated time:
Compatible Redmine Version:
6.0.z
Pull Request Link:
Requires Documentation?:
No
Description
It must be checked which endpoints need to be included:
accept_api_auth :index, :show, :create, :update, :destroy, :archive, :unarchive, :close, :reopen
Some may still be accessible via projects
.
There is a new ProjectAdminQuery
class which needs to be considered too and may require a separate issue.
Actions