update
Hook for updating dict objects with items.
Inputs
Name |
Type |
Default |
Required |
Description |
---|---|---|---|---|
src |
object |
A dict or list of dicts to update the input |
||
input |
object |
A dict or list of dicts to update the input |
Arguments
Position |
Argument |
Type |
---|---|---|
1 |
src |
dict |
2 |
input |
dict |
Output
None