Skip to content

Commit

Permalink
Update internal/api/openapi.go
Browse files Browse the repository at this point in the history
Review debug

Co-authored-by: Benoit D.-M. - oslandia <[email protected]>
  • Loading branch information
nick-rv and benoitdm-oslandia authored Feb 27, 2023
1 parent b26c906 commit 755ebae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/openapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ func GetOpenAPIContent(urlBase string) *openapi3.T {
Required: false,
Schema: &openapi3.SchemaRef{
Value: &openapi3.Schema{
Type: "integer",
Type: "number",
Min: openapi3.Float64Ptr(0),
Max: openapi3.Float64Ptr(float64(conf.Configuration.Paging.LimitMax)),
Default: conf.Configuration.Paging.LimitDefault,
Expand Down

0 comments on commit 755ebae

Please sign in to comment.