diff --git a/docs/README.rst b/docs/README.rst index 5a75839..08a07b4 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -13,7 +13,7 @@ here `__. Requirements ^^^^^^^^^^^^ -- Python >= 3.6 +- Python >= 3.11 Getting started ^^^^^^^^^^^^^^^ @@ -31,12 +31,12 @@ Getting started monday.items.create_item(board_id='12345678', group_id='today', item_name='Do a thing') -**Available methods:** +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. diff --git a/docs/_build/html/README.html b/docs/_build/html/README.html index cf0c1c0..9d1dc9d 100644 --- a/docs/_build/html/README.html +++ b/docs/_build/html/README.html @@ -39,7 +39,7 @@

monday

Requirements

@@ -54,7 +54,10 @@

Getting startedmonday.items.create_item(board_id='12345678', group_id='today', item_name='Do a thing') -

Available methods: #### Items Resource (monday.items) - +

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.

    @@ -223,18 +226,13 @@

    Bug Reportsmonday

    - - - - - -

    Navigation

    Contents:

    • monday
      • Requirements
      • Getting started
      • +
      • Items Resource (monday.items)
      • Updates Resource (monday.updates)
      • Tags Resource (monday.tags)
      • Boards Resource (monday.boards)
      • @@ -272,12 +270,6 @@

        Quick search

        - - - - - -
        @@ -295,7 +287,5 @@

        Quick search

        - - diff --git a/docs/_build/html/_sources/README.rst.txt b/docs/_build/html/_sources/README.rst.txt index a5dbf13..08a07b4 100644 --- a/docs/_build/html/_sources/README.rst.txt +++ b/docs/_build/html/_sources/README.rst.txt @@ -13,7 +13,7 @@ here `__. Requirements ^^^^^^^^^^^^ -- Python >= 3.6 +- Python >= 3.11 Getting started ^^^^^^^^^^^^^^^ @@ -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