rename_list
Rename a shopping list by specifying its ID and the new name.
Instructions
Rename an existing shopping list.
Args: list_id: The numeric ID of the list. name: New name for the list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| list_id | Yes |