@@ -357,6 +357,9 @@ describe('e2e.spec.ts', async () => {
357357 trimIndent `\
358358 summary: "List users"
359359 description: "List users"
360+ parameters:
361+ - $ref: "#/components/parameters/QueryLimit"
362+ - $ref: "#/components/parameters/QueryOffset"
360363 responses:
361364 "200":
362365 description: "Success"
@@ -444,6 +447,8 @@ describe('e2e.spec.ts', async () => {
444447 description: "List photos"
445448 parameters:
446449 - $ref: "#/components/parameters/PathUserId"
450+ - $ref: "#/components/parameters/QueryLimit"
451+ - $ref: "#/components/parameters/QueryOffset"
447452 responses:
448453 "200":
449454 description: "Success"
@@ -606,6 +611,9 @@ describe('e2e.spec.ts', async () => {
606611 trimIndent `\
607612 summary: "List users"
608613 description: "List users"
614+ parameters:
615+ - $ref: "#/components/parameters/QueryLimit"
616+ - $ref: "#/components/parameters/QueryOffset"
609617 responses:
610618 "200":
611619 description: "Success"
@@ -693,6 +701,8 @@ describe('e2e.spec.ts', async () => {
693701 description: "List photos"
694702 parameters:
695703 - $ref: "#/components/parameters/PathUserId"
704+ - $ref: "#/components/parameters/QueryLimit"
705+ - $ref: "#/components/parameters/QueryOffset"
696706 responses:
697707 "200":
698708 description: "Success"
@@ -1111,6 +1121,9 @@ describe('e2e.spec.ts', async () => {
11111121 trimIndent `\
11121122 summary: List users
11131123 description: List users
1124+ parameters:
1125+ - $ref: ../../components/parameters/queryLimit.yml
1126+ - $ref: ../../components/parameters/queryOffset.yml
11141127 responses:
11151128 "200":
11161129 description: Success
@@ -1203,6 +1216,8 @@ describe('e2e.spec.ts', async () => {
12031216 description: List photos
12041217 parameters:
12051218 - $ref: ../../../../components/parameters/pathUserId.yml
1219+ - $ref: ../../../../components/parameters/queryLimit.yml
1220+ - $ref: ../../../../components/parameters/queryOffset.yml
12061221 responses:
12071222 "200":
12081223 description: Success
0 commit comments