From 542bae507ba71fe8ed4eb2730ae2908308727461 Mon Sep 17 00:00:00 2001 From: Kevin Higby Date: Wed, 6 Dec 2023 15:17:37 -0500 Subject: [PATCH] Update todo.markdown (#30185) Added missing closing backticks on the example yaml for todo.add_item --- source/_integrations/todo.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/todo.markdown b/source/_integrations/todo.markdown index 642f2f1d194..1351684b099 100644 --- a/source/_integrations/todo.markdown +++ b/source/_integrations/todo.markdown @@ -76,6 +76,7 @@ data: item: "Submit Income Tax Return" due_date: "2024-04-10" description: "Collect all necessary documents and submit the final return." +``` ### Service `todo.update_item`