Clarify 'item' and 'rename' descriptions of 'update_item' action (#131336)

This commit is contained in:
Norbert Rittel 2024-11-26 19:19:27 +01:00 committed by GitHub
parent a9cab28474
commit 7ba0f54412
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,11 +44,11 @@
"fields": { "fields": {
"item": { "item": {
"name": "Item name", "name": "Item name",
"description": "The name for the to-do list item." "description": "The current name of the to-do item."
}, },
"rename": { "rename": {
"name": "Rename item", "name": "Rename item",
"description": "The new name of the to-do item" "description": "The new name for the to-do item"
}, },
"status": { "status": {
"name": "Set status", "name": "Set status",