From 9995fbffae433815c566730a81e3da60e79dd445 Mon Sep 17 00:00:00 2001 From: Andras Toth Date: Sun, 24 Aug 2025 23:32:16 +1000 Subject: [PATCH] Minor doc fix --- docs/README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/README.rst b/docs/README.rst index 0f9f765..ca9c530 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -192,8 +192,10 @@ Notifications Resource (monday.notifications) - ``create_notification(user_id, target_id, text, target_type)`` - The create_notification mutation allows to trigger a notification within the platform (will also send out an email if the recipient’s email - preferences are set up accordingly). ### Additional Resources and - Code Samples + preferences are set up accordingly). + +Additional Resources and Code Samples +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - `Read and format all of the items on a board `__