Skip to content

Commit

Permalink
fix(authorization): createResourceAccessList API breakage (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
kon14 authored Feb 14, 2024
1 parent 74a464e commit a12bf88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/authorization/src/authorization.proto
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ message AllowedResourcesResponse {
message ResourceAccessListRequest {
string subject = 1;
string action = 2;
string resourceType = 3;
optional string viewName = 4;
optional string viewName = 3;
string resourceType = 5;
}

message ResourceAccessListResponse {
Expand Down

0 comments on commit a12bf88

Please sign in to comment.