Skip to content

Commit

Permalink
[v4] Update the licenses templates endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed May 23, 2017
1 parent 76ca234 commit 206be8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/v4/objects.py
Expand Up @@ -472,7 +472,7 @@ class IssueManager(BaseManager):


class License(GitlabObject):
_url = '/licenses'
_url = '/templates/licenses'
canDelete = False
canUpdate = False
canCreate = False
Expand Down

0 comments on commit 206be8f

Please sign in to comment.