From 0b89baa750b2e180bfc9983d99ddb9b8074cd1df Mon Sep 17 00:00:00 2001 From: c0ffeeca7 Date: Thu, 24 Apr 2025 15:10:55 +0200 Subject: [PATCH] To-do integration: improve item description --- source/_integrations/todo.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/todo.markdown b/source/_integrations/todo.markdown index d6c8f47a6853..94db6a07e60d 100644 --- a/source/_integrations/todo.markdown +++ b/source/_integrations/todo.markdown @@ -120,7 +120,7 @@ Update a to-do item. A to-do list `target` is selected with a [Target Selector]( | Data attribute | Optional | Description | Example | | -------------- | -------- | ---------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | -| `item` | no | The UID of the to-do item. To find the UID of an item, perform a `get_items` action on the to-do list. You can also use the name/summary of the item, but using the UID is safer. | `01244b28-e604-11ee-a0a4-e45f0197c057` or `Submit income tax return`| +| `item` | no | The name/summary of the to-do item. In some cases, for example if you have items with the same name, it can make sense to use the UID instead of the name. To find the UID of an item, perform a `get_items` action on the to-do list. | `Submit income tax return` or `01244b28-e604-11ee-a0a4-e45f0197c057`| | `rename` | yes | The new name of the to-do item. | Something else | | `status` | yes | The overall status of the to-do item. | `needs_action` or `completed` | | `due_date` | yes | The date the to-do item is expected to be completed. | 2024-04-10 | @@ -145,7 +145,7 @@ Removing a to-do item. A to-do list `target` is selected with a [Target Selector | Data attribute | Optional | Description | Example | | -------------- | -------- | ---------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | -| `item` | no | The UID of the to-do item. To find the UID of an item, perform a `get_items` action on the to-do list. You can also use the name/summary of the item, but using the UID is safer. | `01244b28-e604-11ee-a0a4-e45f0197c057` or `Submit income tax return` | +| `item` | no |The name/summary of the to-do item. In some cases, for example if you have items with the same name, it can make sense to use the UID instead of the name. To find the UID of an item, perform a `get_items` action on the to-do list. | `Submit income tax return` or `01244b28-e604-11ee-a0a4-e45f0197c057`| This is a full example that deletes a to-do Item with the specified name.