Skip to main content

Changelog 7 May 2024

· One min read
Divyanshu Garg
Divyanshu Garg
Project Lead
  • Migrated from ObjectID to UUID - From now on all the PAF Documents will use UUIDs as the unique identifier for every document.

  • Removed _id from the documents - Every document has a unique ID which is the UUID, Based on new updates, _id is removed from the documents and id is used as the unique identifier for every document.

  • Removed createdAt and updatedAt in the documents - Most of the subdocuments have createdAt and updatedAt fields which are removed from the documents.

  • Updated API for Company Associate - to allow multiple associated party creation in Create Association API.

  • Agreement API - To sign an agreement we have 2 endpoints now, one to get the agreement and the other to sign the agreement.

  • Renamed assetAccountId to accountAssetId in the withdrawal API.

  • Enhancements

    • New filter operators are introduced, please refer to Filter section in the Developer Guide.
    • Error linking enhancement - Better error reporting and linking to the actual error in the request.
  • Changes in Company Association API structure to improve the integration experience. Please refer to the Company Association API section in the Developer Guide.