# Update list

Use the Update list operation to update the name of a recommendation list.

## Operation parameters

Note
For the purpose of updating a list of recommendations, the following fields should be set as follows:

- **Credentials to connect with**: The `Client ID` and `Client Secret` of any application in your tenant. Retrieve the credentials from any application in your tenant (available in the [application settings](https://portal.transmitsecurity.io/applications/)). These credentials are not scoped to a specific app—they grant access to the entire tenant. Once saved, the credentials are stored as a `Mosaic account` and can be updated at any time.
- **Resource**: `Detection and Response`
- **Operation**: `Update list`


- **List ID**: Specifies the ID of the recommendation list to update.
ID of the recommendation list.
- **List name**: Specifies the new title for the recommendation list.


## Result

When the node is executed, it retrieves all recommendation rules associated with the tenant. Each list is represented as an object within an array, including the following metadata:

- `list_name`: The list title.
- `tenant_id`: ID of the tenant.
- `list_type`: The type of recommendation list.
- `creator`: The list owner.
- `list_id`: ID of the recommendation list.
- `items`: Array of list items with their IDs and creation timestamp.
- `created_date`: The timestamp when the list was created.
- `updated_date`: The timestamp when the list was updated.


style
section article ul li {
        margin-top: 3px !important;
    }