Add items to named list
Add one or more items to an existing named list. Items are appended to the existing list. Duplicate items are automatically ignored.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | UUID | Yes | Named list identifier |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
items | string[] | Yes | Array of items to add (at least one required) |
Behavior
- Items are appended to the existing list
- Duplicate items are silently ignored
- Maximum list size: 10,000 items
- Changes affect policies immediately for ACTIVE lists
- Maximum payload size: 100KB
Response
Returns the updated named list with all current items.
Use Cases
- Add new approved addresses to a whitelist
- Include additional assets in an approved list
- Expand approver groups
- Batch-add sanctioned addresses
- Incrementally build lists from imports
Required Permission
lists:update
Add items to named list
Add one or more items to an existing named list. Items are appended to the existing list. Duplicate items are automatically ignored.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | UUID | Yes | Named list identifier |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
items | string[] | Yes | Array of items to add (at least one required) |
Behavior
- Items are appended to the existing list
- Duplicate items are silently ignored
- Maximum list size: 10,000 items
- Changes affect policies immediately for ACTIVE lists
- Maximum payload size: 100KB
Response
Returns the updated named list with all current items.
Use Cases
- Add new approved addresses to a whitelist
- Include additional assets in an approved list
- Expand approver groups
- Batch-add sanctioned addresses
- Incrementally build lists from imports
Required Permission
lists:update