Update Application Document

How to update an application document using the DigiFi API.

The Update Application Document API can be used to update a document (or document folder) that was previously uploaded to an application.


Example Requests

Below please find the JSON body for two example requests:

  • Example 1: Renaming the document or document folder.
  • Example 2: Moving a document or folder to another folder.
  • Example 3: Setting access permissions for a document.
{
  "name": "Document Name Example"
}
{
  "parentId": "63caa99d3e8b90d2e5512269"
}
{
  "accessPermissions": [
    {
      "entityId": "63ca97e69ee2e89fc9163772",
      "entityType": "borrower",
      "accessGranted": true
    }
  ]
}
Language
Authorization
Header