Skip to content

Commit

Permalink
update default page size description from 50 to 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanGIT07 committed Jan 3, 2025
1 parent be0262b commit c5f587b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions raystack/frontier/v1beta1/frontier.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2539,7 +2539,7 @@ message ListUsersRequest {
gte: 1,
ignore_empty: true,
},
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {description: "The maximum number of users to return per page. The default is 50."}
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {description: "The maximum number of users to return per page. The default is 1000."}
];
int32 page_num = 2 [
(validate.rules).int32 = {
Expand Down Expand Up @@ -2618,7 +2618,7 @@ message ListProjectsByCurrentUserRequest {
gte: 1,
ignore_empty: true,
},
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {description: "The maximum number of users to return per page. The default is 50."}
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {description: "The maximum number of users to return per page. The default is 1000."}
];
int32 page_num = 6 [
(validate.rules).int32 = {
Expand Down Expand Up @@ -3046,7 +3046,7 @@ message ListOrganizationsRequest {
gte: 1,
ignore_empty: true,
},
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {description: "The maximum number of users to return per page. The default is 50."}
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {description: "The maximum number of users to return per page. The default is 1000."}
];
int32 page_num = 4 [
(validate.rules).int32 = {
Expand Down

0 comments on commit c5f587b

Please sign in to comment.