Skip to content

Commit 2e63bed

Browse files
committed
add OpenApi comments
1 parent dadea58 commit 2e63bed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/OperationsAPI.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,14 +279,14 @@ paths:
279279
parameters:
280280
- name: offset
281281
in: query
282-
description: Number of items to skip for pagination.
282+
description: Number of items to skip for pagination. Defined as string rather than integer due to https://github.com/OpenAPITools/openapi-generator/issues/21905
283283
required: false
284284
schema:
285285
type: string
286286
default: "0"
287287
- name: limit
288288
in: query
289-
description: Maximum number of items to return.
289+
description: Maximum number of items to return. Defined as string rather than integer due to https://github.com/OpenAPITools/openapi-generator/issues/21905
290290
required: false
291291
schema:
292292
type: string

0 commit comments

Comments
 (0)