Closed matthiaskoenig closed 6 years ago
I had to add the created attribute to REST put for creating an archive (this failed some tests)
See here https://github.com/matthiaskoenig/tellurium-web/commit/b404d1a8cab1390c761d67a4b6697df3faab0baf
Probably the formating of the date made it required. The created should be auto-created but not be required when uploading a new archive via the REST API.
was fixed by one of the last commits
I had to add the created attribute to REST put for creating an archive (this failed some tests)
See here https://github.com/matthiaskoenig/tellurium-web/commit/b404d1a8cab1390c761d67a4b6697df3faab0baf
Probably the formating of the date made it required. The created should be auto-created but not be required when uploading a new archive via the REST API.