docs: Clarify nested pagination cursor in Swagger
This commit is contained in:
@@ -20,13 +20,21 @@
|
|||||||
* schema:
|
* schema:
|
||||||
* type: string
|
* type: string
|
||||||
* example: "1357158568008091264"
|
* example: "1357158568008091264"
|
||||||
* - name: before
|
* - name: before[listChangedAt]
|
||||||
* in: query
|
* in: query
|
||||||
* required: false
|
* required: false
|
||||||
* description: Pagination cursor (JSON object with listChangedAt and id)
|
* description: Pagination cursor field `listChangedAt` (use together with `before[id]`)
|
||||||
* schema:
|
* schema:
|
||||||
* type: string
|
* type: string
|
||||||
* example: '{"listChangedAt": "2024-01-01T00:00:00.000Z", "id": "1357158568008091269"}'
|
* format: date-time
|
||||||
|
* example: 2024-01-01T00:00:00.000Z
|
||||||
|
* - name: before[id]
|
||||||
|
* in: query
|
||||||
|
* required: false
|
||||||
|
* description: Pagination cursor field `id` (use together with `before[listChangedAt]`)
|
||||||
|
* schema:
|
||||||
|
* type: string
|
||||||
|
* example: "1357158568008091265"
|
||||||
* - name: search
|
* - name: search
|
||||||
* in: query
|
* in: query
|
||||||
* required: false
|
* required: false
|
||||||
@@ -41,14 +49,14 @@
|
|||||||
* description: Comma-separated user IDs to filter by members or task assignees
|
* description: Comma-separated user IDs to filter by members or task assignees
|
||||||
* schema:
|
* schema:
|
||||||
* type: string
|
* type: string
|
||||||
* example: 1357158568008091265,1357158568008091266
|
* example: 1357158568008091266,1357158568008091267
|
||||||
* - name: labelIds
|
* - name: labelIds
|
||||||
* in: query
|
* in: query
|
||||||
* required: false
|
* required: false
|
||||||
* description: Comma-separated label IDs to filter by labels
|
* description: Comma-separated label IDs to filter by labels
|
||||||
* schema:
|
* schema:
|
||||||
* type: string
|
* type: string
|
||||||
* example: 1357158568008091267,1357158568008091268
|
* example: 1357158568008091268,1357158568008091269
|
||||||
* responses:
|
* responses:
|
||||||
* 200:
|
* 200:
|
||||||
* description: Cards retrieved successfully
|
* description: Cards retrieved successfully
|
||||||
|
|||||||
Reference in New Issue
Block a user