move atomic parameter
This commit is contained in:
parent
a0d0a4ac0b
commit
62f40d1447
@ -17,12 +17,11 @@
|
||||
*
|
||||
* @throws ActionException
|
||||
*/
|
||||
handle_request(payload: Action[], user_id: Id): ActionsResponse
|
||||
handle_request(payload: Action[], user_id: Id, atomic?: boolean): ActionsResponse
|
||||
|
||||
interface Action {
|
||||
action: string;
|
||||
data: object[];
|
||||
atomic?: boolean;
|
||||
}
|
||||
|
||||
interace ActionsResponse {
|
||||
|
Loading…
Reference in New Issue
Block a user