how to add project attachment using rest api
Summary:
how to add project attachment using rest api
Content (required):
We need to add additional details on the project as an attachment for the project. This information can be up to varchar2(4000) that we currently store in a custom table. there is Rest API to create an attachment for a project, https://docs.oracle.com/en/cloud/saas/project-management/23b/fapap/op-projects-projectid-child-attachments-post.html, but it's not clear what are the parameters required for creating the different types of attachments, could you suggestion?
for the FILE type, i followed its sample, i was able to add an attachment to the project with following request body: