Skip to content

Commit

Permalink
Update invitations url path
Browse files Browse the repository at this point in the history
Signed-off-by: Kipchirchir Sigei <[email protected]>
  • Loading branch information
KipSigei committed Jul 6, 2023
1 parent 6c1f911 commit c5999fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onadata/apps/api/viewsets/project_viewset.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def star(self, request, *args, **kwargs):
@action(
detail=True,
methods=["GET", "POST, PUT, PATCH"],
url_path=r"invitations/(?P<invitation_id>\d+)",
url_path="invitations",
)
def invitations(self, request, *args, **kwargs):
"""List, Create. Update project invitations"""
Expand Down

0 comments on commit c5999fa

Please sign in to comment.