Skip to content

Commit

Permalink
Update README.rst (#112)
Browse files Browse the repository at this point in the history
Fix the Items Resource header to match other sections
  • Loading branch information
wooduk authored Oct 2, 2024
1 parent 540b059 commit de109b7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,14 @@ Getting started
monday.items.create_item(board_id='12345678', group_id='today', item_name='Do a thing')
**Available methods:** #### Items Resource (monday.items) -
``create_item(board_id, group_id, item_name, column_values=None, create_labels_if_missing=False)``
- Create an item on a board in the given group with name item_name.
**Available methods:**

Items Resource (monday.items)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


- ``create_item(board_id, group_id, item_name, column_values=None, create_labels_if_missing=False)``
- Create an item on a board in the given group with name item_name.

- ``create_subitem(parent_item_id, subitem_name, column_values=None, create_labels_if_missing=False)``
- Create a subitem underneath a given parent item. Monday API will
Expand Down

0 comments on commit de109b7

Please sign in to comment.