Skip to content

Commit

Permalink
Update upload_content.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
datakund committed Feb 16, 2021
1 parent 3af35b8 commit 4675d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/source/upload_content.rst
Expand Up @@ -11,9 +11,9 @@ It uploads the post passed in ``content``.

Here is the code:-

.. py:function:: linkedin.upload_content(content="content")
.. py:function:: linkedin.upload_content(content="Hi, hope all are doing well.....")
:param str content: Post text need to be posted on linkedin
:return: {"body": {}, "success_score": "100", "errors": []}
:rtype: dict
:rtype: dict

0 comments on commit 4675d41

Please sign in to comment.