feat(api)!: add calendar pagination and sorting
This commit is contained in:
@ -410,6 +410,13 @@ const doc = {
|
||||
$isException: false,
|
||||
$status: "confirmed"
|
||||
},
|
||||
scheduleCalendarMeta: {
|
||||
$total_count: 24,
|
||||
$page: 1,
|
||||
$limit: 20,
|
||||
$order_field: "startAt",
|
||||
$order_direction: "ASC"
|
||||
},
|
||||
},
|
||||
parameters: {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user