Fixed
v0.9.2
almost 2 years ago by Alex Breeden
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
statusofACTIVEorDISABLED - Removed filename check
- Removed filename length check
- Removed filename
.doc/.docxcheck. This is enforced via the mime type. - Removed filename
.pdfextension check. This is enforced via the mime type.