added api docs
This commit is contained in:
8
interface/models/common/pagination.yaml
Normal file
8
interface/models/common/pagination.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
components:
|
||||
schemas:
|
||||
CursorPageResponse:
|
||||
type: object
|
||||
additionalProperties: false
|
||||
properties:
|
||||
next_cursor:
|
||||
type: string
|
||||
Reference in New Issue
Block a user