UKGovernmentBEIS / orpml

Contains the schemas and example usage of ORPML (TO BE TRANSFERED TO DBaT WHEN READY)
MIT License
2 stars 1 forks source link

Change document upload API to attach uploaded docs to ORPML content? #10

Open rishson opened 1 year ago

rishson commented 1 year ago

Given a document "My document", if the document was converted into ORPML and uploaded to the ORP using the existing upload API, would we deprecate the usage of sending publishing formats e.g. pdf or docx and only allow ORPML to be uploaded?

The sequence could be:

  1. upload ORPML formatted document and metadata to the ORP upload API and receive back the ID of the uploaded material in ORP.
  2. use a new attachPublishedDoc API endpoint - calling it with the .pdf document with a orpDocumentId set to the ID returned in call 1