matthiaskoenig / tellurium-web

Tellurium Web Tools
GNU Lesser General Public License v3.0
1 stars 1 forks source link

REST API: created attribute should be optional for archive creation #138

Closed matthiaskoenig closed 6 years ago

matthiaskoenig commented 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.

janekg89 commented 6 years ago

was fixed by one of the last commits