We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c63896 commit f2bfaa1Copy full SHA for f2bfaa1
1 file changed
api/v1_users_authorized_apps.go
@@ -9,7 +9,7 @@ import (
9
)
10
11
type GetUsersAuthorizedAppsQueryParams struct {
12
- Limit int `query:"limit" default:"10" validate:"min=1,max=100"`
+ Limit int `query:"limit" default:"50" validate:"min=1,max=100"`
13
Offset int `query:"offset" default:"0" validate:"min=0"`
14
}
15
0 commit comments