Skip to content

Commit

Permalink
Adding users exception field from listusersresposne
Browse files Browse the repository at this point in the history
  • Loading branch information
willvedd committed Apr 16, 2024
1 parent 0e55f1b commit dcfd9e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions openfga/v1/openfga_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -860,6 +860,12 @@ message ListUsersResponse {
(google.api.field_behavior) = REQUIRED,
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {example: ""}
];

repeated User except_users = 1 [

Check failure on line 864 in openfga/v1/openfga_service.proto

View workflow job for this annotation

GitHub Actions / build

message openfga.v1.ListUsersResponse: fields users and except_users both have the same tag 1
json_name = "exceptUsers",
(google.api.field_behavior) = REQUIRED,
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {example: ""}
];
}

message StreamedListObjectsRequest {
Expand Down

0 comments on commit dcfd9e4

Please sign in to comment.