Content
View differences
Updated by Pavel Balashou over 3 years ago
* [ ] In some examples we have links like `/api/v3/attachments/1/download`. The path does not exists. I suppose it should be replaced by `/api/v3/attachments/:id/content`. I have found the following files where it is used:
* [ ] `docs/api/apiv3/paths/attachments.yml`
* [ ] `docs/api/apiv3/paths/attachment.yml`
* [ ] `docs/api/apiv3/paths/work_package_attachments.yml`
* [ ] `docs/api/apiv3/components/schemas/attachment_model.yml`
* [ ] Remove `POST /api/v3/work_packages/{id}/update_file_links`
* [ ] The following endpoints are not described:
* [ ] `GET /api/v3/attachments/:id/content`
* [ ] `GET /api/v3/attachments/:id/uploaded`
* [ ] `POST /api/v3/attachments/prepare`
* [ ] `GET /api/v3/budgets/:id/attachments`
* [ ] `POST /api/v3/budgets/:id/attachments`
* [ ] `POST /api/v3/budgets/:id/attachments/prepare`
* [ ] `GET /api/v3/documents/:id/attachments`
* [ ] `POST /api/v3/documents/:id/attachments`
* [ ] `POST /api/v3/documents/:id/attachments/prepare`
* [ ] `GET /api/v3/grids/:id/attachments`
* [ ] `POST /api/v3/grids/:id/attachments`
* [ ] `POST /api/v3/grids/:id/attachments/prepare`
* [ ] `GET /api/v3/help_texts/:id/attachments`
* [ ] `POST /api/v3/help_texts/:id/attachments`
* [ ] `POST /api/v3/help_texts/:id/attachments/prepare`
* [ ] `GET /api/v3/meeting_contents/:id/attachments`
* [ ] `POST /api/v3/meeting_contents/:id/attachments`
* [ ] `POST /api/v3/meeting_contents/:id/attachments/prepare`
* [ ] `POST /api/v3/work_packages/:id/attachments/prepare`
* [ ] `POST /api/v3/wiki_pages/:id/attachments/prepare`
* [ ] `POST /api/v3/posts/:id/attachments/prepare`
* [ ] `docs/api/apiv3/paths/attachments.yml`
* [ ] `docs/api/apiv3/paths/attachment.yml`
* [ ] `docs/api/apiv3/paths/work_package_attachments.yml`
* [ ] `docs/api/apiv3/components/schemas/attachment_model.yml`
* [ ] Remove `POST /api/v3/work_packages/{id}/update_file_links`
* [ ] The following endpoints are not described:
* [ ] `GET /api/v3/attachments/:id/content`
* [ ] `GET /api/v3/attachments/:id/uploaded`
* [ ] `POST /api/v3/attachments/prepare`
* [ ] `GET /api/v3/budgets/:id/attachments`
* [ ] `POST /api/v3/budgets/:id/attachments`
* [ ] `POST /api/v3/budgets/:id/attachments/prepare`
* [ ] `GET /api/v3/documents/:id/attachments`
* [ ] `POST /api/v3/documents/:id/attachments`
* [ ] `POST /api/v3/documents/:id/attachments/prepare`
* [ ] `GET /api/v3/grids/:id/attachments`
* [ ] `POST /api/v3/grids/:id/attachments`
* [ ] `POST /api/v3/grids/:id/attachments/prepare`
* [ ] `GET /api/v3/help_texts/:id/attachments`
* [ ] `POST /api/v3/help_texts/:id/attachments`
* [ ] `POST /api/v3/help_texts/:id/attachments/prepare`
* [ ] `GET /api/v3/meeting_contents/:id/attachments`
* [ ] `POST /api/v3/meeting_contents/:id/attachments`
* [ ] `POST /api/v3/meeting_contents/:id/attachments/prepare`
* [ ] `POST /api/v3/work_packages/:id/attachments/prepare`
* [ ] `POST /api/v3/wiki_pages/:id/attachments/prepare`
* [ ] `POST /api/v3/posts/:id/attachments/prepare`