From 3c0824d1523b90f9e33a6b2f10ba7c63bef5195b Mon Sep 17 00:00:00 2001
From: karwosts <32912880+karwosts@users.noreply.github.com>
Date: Wed, 28 May 2025 11:31:32 -0700
Subject: [PATCH] Update todo.md
---
docs/core/entity/todo.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/core/entity/todo.md b/docs/core/entity/todo.md
index a1c1ab32..c4b5d737 100644
--- a/docs/core/entity/todo.md
+++ b/docs/core/entity/todo.md
@@ -114,3 +114,4 @@ update.
| status | TodoItemStatus | None
| `None` | Defines the overall status for the to-do item, either `NEEDS_ACTION` or `COMPLETE`. This field is required for the entity state.
| due | datetime.date | datetime.datetime | None
| `None` | The date and time that a to-do is expected to be completed. As a datetime, must have a timezone.
| description | string | None
| `None` | A more complete description of the to-do item than that provided by the summary.
+| completed | datetime.datetime | None
| `None` | A timestamp indicating the time this item was last marked `COMPLETE`.