openapi: include usernames in AuditEvent

This commit is contained in:
2025-04-13 16:31:37 -07:00
parent c817bfc8c8
commit 9e42050a65

View File

@@ -1318,6 +1318,7 @@ components:
- ID
- Date
- User
- Username
- ResourceType
- ResourceID
- EventType
@@ -1332,6 +1333,9 @@ components:
User:
type: integer
format: int64
Username:
type: string
maxLength: 64
ResourceType:
type: integer
format: int32