Skip to content

Commit

Permalink
Fix roles rest url (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliya Smith committed Apr 23, 2021
1 parent 41023e4 commit 110c8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py42/services/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def change_org_assignment(self, user_id, org_id):
def get_available_roles(self):
"""Report the list of roles that are available for the authenticated user to
assign to other users.
`V4 REST Documentation <https://console.us.code42.com/swagger/#/role/Role_View>`__
`REST Documentation <https://console.us.code42.com/swagger/?urls.primaryName=v4#/role/Role_View>`__
Returns:
:class:`py42.response.Py42Response`
Expand Down

0 comments on commit 110c8fb

Please sign in to comment.