Skip to content

v4.0.0

Compare
Choose a tag to compare
@Yelinz Yelinz released this 10 Apr 09:26
4aaec25

Feature

  • document: Create document and file in one request! (444912d)

Breaking

  • The document post endpoint now requires the file data to be provided as well. The reason for this change is allowing the frontend to create documents and files in one request, preventing documents with no associated files. Which fixes the problem if the file got rejected for any reason, the application would create an empty document. (444912d)