summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects.py
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2017-05-23 22:02:19 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2017-05-23 22:02:19 +0200
commit206be8f517d9b477ee217e8102647df7efa120da (patch)
treef859249417615f331f8d9eb83aed1519450bc0c3 /gitlab/v4/objects.py
parent76ca2345ec3019a440696b59861d40333e2a1353 (diff)
downloadgitlab-206be8f517d9b477ee217e8102647df7efa120da.tar.gz
[v4] Update the licenses templates endpoint
Diffstat (limited to 'gitlab/v4/objects.py')
-rw-r--r--gitlab/v4/objects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py
index c187fa3..26e6474 100644
--- a/gitlab/v4/objects.py
+++ b/gitlab/v4/objects.py
@@ -472,7 +472,7 @@ class IssueManager(BaseManager):
class License(GitlabObject):
- _url = '/licenses'
+ _url = '/templates/licenses'
canDelete = False
canUpdate = False
canCreate = False