Fix todo.remove_item (#29617)

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Robert Resch 2023-10-31 10:07:02 +01:00 committed by Franck Nijhof
parent 82398e168f
commit 38acbaeb4f
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -81,7 +81,7 @@ Removing a To-do Item. A to-do list `target` is selected with a [Target Selector
| Service data attribute | Optional | Description | Example |
| ---------------------- | -------- | ----------- | --------|
| `item` | yes | The name of the to-do Item. | Submit income tax return
| `item` | no | The name of the to-do item. | Submit income tax return
This is a full example of a service call that deletes a to-do Item with the specified name.