API Changelog 8.14.0

Added

  • Added endpoint to update document quotes, allowing you to modify quote details for specific documents programmatically

PATCH /public/v1/documents/{document_id}/quotes

  • endpoint added

Changed

  • Quote update endpoint now returns a 413 status for certain error conditions, providing better error handling for oversized or invalid quote requests

PUT /public/v1/documents/{document_id}/quotes/{quote_id}

  • added the non-success response with the status 413