You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/OperationsAPI.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -279,14 +279,14 @@ paths:
279
279
parameters:
280
280
- name: offset
281
281
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
283
283
required: false
284
284
schema:
285
285
type: string
286
286
default: "0"
287
287
- name: limit
288
288
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
0 commit comments