We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9896e commit 84e756eCopy full SHA for 84e756e
specification/api/components/endpoints/listLetters.yml
@@ -3,9 +3,10 @@ operationId: listLetters
3
tags:
4
- letter
5
# We have disabled pagination and will only return PENDING letters via this endpoint for now
6
-#parameters:
+parameters:
7
# - $ref: "../parameters/letterStatus.yml"
8
# - $ref: "../parameters/pageNumber.yml"
9
+ - $ref: "../parameters/limit.yml"
10
description: The key use of this endpoint is to query letters which are ready to be printed
11
responses:
12
'200':
specification/api/components/parameters/limit.yml
@@ -0,0 +1,7 @@
1
+name: limit
2
+in: query
+description: |-
+ The maximum number of items to return in a single request
+schema:
+ type: number
+ example: 100
0 commit comments