mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-17 15:18:05 +00:00
Introduced bulk edit endpoint for bulk edit of categories and tags
This commit is contained in:
committed by
Victor Mosin
parent
b65e1e022e
commit
805456d032
@@ -161,6 +161,15 @@ interface JournalRepositoryInterface
|
||||
*/
|
||||
public function update(TransactionJournal $journal, array $data): TransactionJournal;
|
||||
|
||||
/**
|
||||
* @param array $journals
|
||||
* @param var $category
|
||||
* @param var $tags
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function updateBulk(array $journals, $category, $tags): int;
|
||||
|
||||
/**
|
||||
* @param TransactionJournal $journal
|
||||
* @param array $data
|
||||
|
||||
Reference in New Issue
Block a user