Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions admin/v1/admin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -623,8 +623,8 @@ message ExportAuditLogsRequest {
// Optional. Valid values are 'ripple' and 'wavepro' for now. If empty default is 'ripple'.
string product = 4;

// Optional. Must not be empty if product is 'wavepro'. Return logs for this userId only.
string waveUserId = 5;
// Optional. Must not be empty if product is 'wavepro'. Return logs for these userIds only.
repeated string waveUserIds = 5;
}

// for wave features settings data maping
Expand Down
Loading