Content
View differences
Updated by Jens Ulferts almost 2 years ago
The devkit cannot currently automate pushing release news to the OpenProject application, as there are no News API endpoints.
Related <mention class="mention" data-id="32863" data-type="work_package" data-text="#32863">#32863</mention>
**Acceptance criteria**
* Add the following endpoints:
* `POST /api/v3/projects/:project_id/news` - Create news
* `PATCH /api/v3/projects/:project_id/news/:id` - Update news
* `DELETE /api/v3/projects/:project_id/news/:id` - Delete news
* Document added endpoints in API documentation
**Acceptance criteria**
* Add the following endpoints:
* `POST /api/v3/projects/:project_id/news` - Create news
* `PATCH /api/v3/projects/:project_id/news/:id` - Update news
* `DELETE /api/v3/projects/:project_id/news/:id` - Delete news
* Document added endpoints in API documentation