GuidesRecipesAPI ReferenceChangelogDiscussions
Log In
Changelog
fixed

v0.9.2

Release 0.9.2 fixes an issue in the Enterprise API where users were unable to submit documents through the POST /documents/submit endpoint due to file name checks.

Fixed

  • Property creation and updates require a valid status of ACTIVE or DISABLED
  • Removed filename check
    • Removed filename length check
    • Removed filename .doc/.docx check. This is enforced via the mime type.
    • Removed filename .pdf extension check. This is enforced via the mime type.