Type: nodetool.dictionary.Update
Namespace: nodetool.dictionary
Description
Updates a dictionary with new key-value pairs. dictionary, add, update
Use cases:
- Extend a configuration with additional settings
- Add new entries to a cache or lookup table
- Merge user input with existing data
Properties
| Property | Type | Description | Default |
|---|---|---|---|
| dictionary | Dict[str, any] |
{} |
|
| new_pairs | Dict[str, any] |
{} |
Outputs
| Output | Type | Description |
|---|---|---|
| output | Dict[str, any] |
Metadata
Related Nodes
Browse other nodes in the nodetool.dictionary namespace.