From 206be8f517d9b477ee217e8102647df7efa120da Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Tue, 23 May 2017 22:02:19 +0200 Subject: [PATCH] [v4] Update the licenses templates endpoint --- gitlab/v4/objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py index c187fa320..26e64742e 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