Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 48d6ce2

Browse files
committed
Fix comments for get_team_tasks and get_company_tasks
1 parent 8783f26 commit 48d6ce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

upwork/routers/task.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def get_team_tasks(self, company_id, team_id,
1818
This call returns both archived and active activities.
1919
2020
The user authenticated must have been granted the appropriate
21-
hiring manager permissions.
21+
access to the team.
2222
2323
*Parameters:*
2424
:company_id: Company ID. Use the ``parent_team__id`` value
@@ -49,7 +49,7 @@ def get_company_tasks(self, company_id,
4949
This call returns both archived and active activities.
5050
5151
The user authenticated must have been granted the appropriate
52-
hiring manager permissions.
52+
access to the company.
5353
5454
*Parameters:*
5555
:company_id: Company ID. Use the ``parent_team__id`` value

0 commit comments

Comments
 (0)