summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/pages.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/v4/objects/pages.py')
-rw-r--r--gitlab/v4/objects/pages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/v4/objects/pages.py b/gitlab/v4/objects/pages.py
index fc192fc..3fc0404 100644
--- a/gitlab/v4/objects/pages.py
+++ b/gitlab/v4/objects/pages.py
@@ -25,7 +25,7 @@ class ProjectPagesDomain(SaveMixin, ObjectDeleteMixin, RESTObject):
class ProjectPagesDomainManager(CRUDMixin, RESTManager):
- _path = "/projects/%(project_id)s/pages/domains"
+ _path = "/projects/{project_id}/pages/domains"
_obj_cls = ProjectPagesDomain
_from_parent_attrs = {"project_id": "id"}
_create_attrs = RequiredOptional(