fixed
v0.9.2
about 1 year 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
status
ofACTIVE
orDISABLED
- 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.