Skip to content
Open
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion raystack/frontier/v1beta1/frontier.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1602,7 +1602,7 @@ message ListOrganizationAdminsResponse {

message ListOrganizationUsersRequest {
string id = 1 [(buf.validate.field).string.min_len = 3];
string permission_filter = 2 [deprecated = true];
reserved 2;
Comment thread
rohilsurana marked this conversation as resolved.
Outdated

bool with_roles = 3;
repeated string role_filters = 4;
Expand Down
Loading