Skip to content

Commit cc4a0c0

Browse files
jenkins-botGerrit Code Review
authored andcommitted
Merge "Search: Improve description of pagination limit param in OAD"
2 parents 7253cce + a1fbd17 commit cc4a0c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

repo/domains/search/specs/global/parameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"Limit": {
2121
"in": "query",
2222
"name": "limit",
23-
"description": "The number of items to show in the results",
23+
"description": "The maximum number of results to return",
2424
"required": false,
2525
"schema": {
2626
"type": "integer",

repo/rest-api/src/openapi.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33621,7 +33621,7 @@
3362133621
{
3362233622
"in": "query",
3362333623
"name": "limit",
33624-
"description": "The number of items to show in the results",
33624+
"description": "The maximum number of results to return",
3362533625
"required": false,
3362633626
"schema": {
3362733627
"type": "integer",
@@ -33855,7 +33855,7 @@
3385533855
{
3385633856
"in": "query",
3385733857
"name": "limit",
33858-
"description": "The number of items to show in the results",
33858+
"description": "The maximum number of results to return",
3385933859
"required": false,
3386033860
"schema": {
3386133861
"type": "integer",
@@ -34273,7 +34273,7 @@
3427334273
"Limit": {
3427434274
"in": "query",
3427534275
"name": "limit",
34276-
"description": "The number of items to show in the results",
34276+
"description": "The maximum number of results to return",
3427734277
"required": false,
3427834278
"schema": {
3427934279
"type": "integer",

0 commit comments

Comments
 (0)