Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/ProdPerfect/monday/wiki/Code-Examples#whole-board-formatting-example>`__
Expand Down
Loading