@@ -96,21 +96,18 @@ def create(
9696 :param permissions: combination of the :py:class:`~nc_py_api.SharePermissions` object values.
9797 :param share_type: :py:class:`~nc_py_api.ShareType` value.
9898 :param share_with: the recipient of the shared object.
99- :param kwargs: *Additionally supported arguments*
99+ :param kwargs: See below.
100100
101101 Additionally supported arguments:
102- ``public`` - boolean indicating should share be available for non-registered users.
103- default = ``False``
104- ``password`` - string with password to protect share.
105- default = ``""``
106- ``send_password_by_talk`` - boolean indicating should password be automatically delivered using Talk.
107- default = ``False``
108- ``expire_date`` - py:class:`datetime` time when share should expire. `hours, minutes, seconds` are ignored.
109- default = None
110- ``note`` - string with note, if any.
111- default = ``""``
112- ``label`` - string with label, if any.
113- default = ``""``
102+
103+ * ``public`` - boolean indicating should share be available for non-registered users. default = ``False``
104+ * ``password`` - string with password to protect share. default = ``""``
105+ * ``send_password_by_talk`` - boolean indicating should password be automatically delivered using Talk.
106+ default = ``False``
107+ * ``expire_date`` - py:class:`~datetime` time when share should expire.
108+ `hours, minutes, seconds` are ignored. default = ``None``
109+ * ``note`` - string with note, if any. default = ``""``
110+ * ``label`` - string with label, if any. default = ``""``
114111 """
115112
116113 require_capabilities ("files_sharing" , self ._session .capabilities )
0 commit comments