Skip to content

Commit

Permalink
docs: document min and max pageSize for Read API (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
miparnisari authored Oct 1, 2024
1 parent 339f6b8 commit 94a1320
Show file tree
Hide file tree
Showing 3 changed files with 2,089 additions and 2,082 deletions.
4 changes: 3 additions & 1 deletion docs/openapiv2/apidocs.swagger.json

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

6 changes: 5 additions & 1 deletion openfga/v1/openfga_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,11 @@ message ReadRequest {
gte: 1
lte: 100
},
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {example: "50"}
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
example: "50"
minimum: 1
maximum: 100
}
];

string continuation_token = 4 [
Expand Down
Loading

0 comments on commit 94a1320

Please sign in to comment.