Skip to content

Commit

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

Here is the code:-

.. py:function:: linkedin.unfollow_company(company_link="company_link")
.. py:function:: linkedin.unfollow_company(company_link="https://www.linkedin.com/company/microsoft/")
:param str company_link: company link which need to be unfollowed
:return: {"body": {}, "success_score": "100", "errors": []}
:rtype: dict
:rtype: dict

0 comments on commit 3af35b8

Please sign in to comment.