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