We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd6aff commit b7e5dfbCopy full SHA for b7e5dfb
gitlab/v4/objects/projects.py
@@ -91,7 +91,7 @@ class ProjectAudit(RESTObject):
91
_id_attr = "id"
92
93
94
-class ProjectAuditManager(ListMixin, RESTManager):
+class ProjectAuditManager(RetrieveMixin, RESTManager):
95
_path = "/projects/%(project_id)s/audit_events"
96
_obj_cls = ProjectAudit
97
_from_parent_attrs = {"project_id": "id"}
0 commit comments