Skip to content

Commit

Permalink
feat(list-user): add exclude list in ListUserResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
peterxcli committed Jul 15, 2024
1 parent f6e565e commit 3cfeab2
Show file tree
Hide file tree
Showing 4 changed files with 2,183 additions and 2,126 deletions.
7 changes: 7 additions & 0 deletions docs/openapiv2/apidocs.swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions openfga/v1/openfga_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,10 @@ message ListUsersResponse {
(google.api.field_behavior) = REQUIRED,
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {example: ""}
];
repeated User excluded = 2 [
json_name = "excluded",
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {example: ""}
];
}

message StreamedListObjectsRequest {
Expand Down
Loading

0 comments on commit 3cfeab2

Please sign in to comment.