Send batch params as part of normalized API

This commit is contained in:
Lance Edgar 2020-02-26 14:27:17 -06:00
parent 5f8dc20312
commit cd8d70de0e

View file

@ -100,6 +100,7 @@ class APIBatchView(APIBatchMixin, APIMasterView):
'id_str': batch.id_str,
'description': batch.description,
'notes': batch.notes,
'params': batch.params or {},
'rowcount': batch.rowcount,
'created': created,
'created_by_uuid': batch.created_by.uuid,