Callbacks service docs updated
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
components:
|
||||
schemas:
|
||||
CursorPageResponse:
|
||||
description: Cursor-based pagination metadata returned with list responses.
|
||||
type: object
|
||||
additionalProperties: false
|
||||
properties:
|
||||
next_cursor:
|
||||
description: Opaque cursor to request the next page; omitted when no more items exist.
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user