Skip to content

Commit c3f0a6f

Browse files
committed
fix(objects): add single get endpoint for instance audit events
1 parent 48ba88f commit c3f0a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/v4/objects/audit_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class AuditEvent(RESTObject):
1818
_id_attr = "id"
1919

2020

21-
class AuditEventManager(ListMixin, RESTManager):
21+
class AuditEventManager(RetrieveMixin, RESTManager):
2222
_path = "/audit_events"
2323
_obj_cls = AuditEvent
2424
_list_filters = ("created_after", "created_before", "entity_type", "entity_id")

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy