events: allow searching by event id

This commit is contained in:
Jens Langhammer 2021-02-04 09:50:33 +01:00
parent c7c387eb38
commit 53f002a123
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ class EventViewSet(ReadOnlyModelViewSet):
serializer_class = EventSerializer
ordering = ["-created"]
search_fields = [
"event_uuid",
"user",
"action",
"app",