AWeber-Imbi / imbi

An operational management platform for medium to large environments
BSD 3-Clause "New" or "Revised" License
2 stars 12 forks source link

recorded_at is a required field (throws a 500 when missing) #91

Closed joshehlinger closed 2 months ago

joshehlinger commented 1 year ago

When updating the operations-log via POST, failing to include recorded_at respond with a 500.

This should either be a required field (and marked as such in the documentation) and return a 400, or default to an internal timestamp if it is required in the DB.