Skip to content

Commit

Permalink
Add name as a filter for ListStores
Browse files Browse the repository at this point in the history
  • Loading branch information
kalleep committed Nov 13, 2024
1 parent c14fb4b commit cbb5fc2
Show file tree
Hide file tree
Showing 4 changed files with 1,751 additions and 1,731 deletions.
6 changes: 6 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.

2 changes: 2 additions & 0 deletions openfga/v1/openfga_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1687,6 +1687,8 @@ message ListStoresRequest {
(validate.rules).string.max_bytes = 5120,
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {example: "\"eyJwayI6IkxBVEVTVF9OU0NPTkZJR19hdXRoMHN0b3JlIiwic2siOiIxem1qbXF3MWZLZExTcUoyN01MdTdqTjh0cWgifQ==\""}
];

string name = 3 [(google.api.field_behavior) = OPTIONAL];
}

message ListStoresResponse {
Expand Down
Loading

0 comments on commit cbb5fc2

Please sign in to comment.