Skip to content

Commit

Permalink
[MODCON-159] - Make default limit param as 100 instead 10 all consort…
Browse files Browse the repository at this point in the history
…ia endpoints (#161)
  • Loading branch information
azizbekxm authored Oct 10, 2024
1 parent 24e5bcb commit d101eef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/swagger.api/sharing_instances.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ components:
in: query
description: Limit the number of elements returned in the response
schema:
default: 10
default: 100
minimum: 0
maximum: 2147483647
type: integer
2 changes: 1 addition & 1 deletion src/main/resources/swagger.api/tenants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ components:
in: query
description: Limit the number of elements returned in the response
schema:
default: 10
default: 100
minimum: 0
maximum: 2147483647
type: integer
2 changes: 1 addition & 1 deletion src/main/resources/swagger.api/user_tenants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ components:
in: query
description: Limit the number of elements returned in the response
schema:
default: 10
default: 100
minimum: 0
maximum: 2147483647
type: integer

0 comments on commit d101eef

Please sign in to comment.