summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/services.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/v4/objects/services.py')
-rw-r--r--gitlab/v4/objects/services.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/v4/objects/services.py b/gitlab/v4/objects/services.py
index 6aedc39..3d7d377 100644
--- a/gitlab/v4/objects/services.py
+++ b/gitlab/v4/objects/services.py
@@ -20,7 +20,7 @@ class ProjectService(SaveMixin, ObjectDeleteMixin, RESTObject):
class ProjectServiceManager(GetMixin, UpdateMixin, DeleteMixin, ListMixin, RESTManager):
- _path = "/projects/%(project_id)s/services"
+ _path = "/projects/{project_id}/services"
_from_parent_attrs = {"project_id": "id"}
_obj_cls = ProjectService