feat(api)!: add calendar pagination and sorting

This commit is contained in:
avicenan
2026-03-24 22:53:37 +07:00
parent c8497c5dd0
commit 85929539d6
3 changed files with 88 additions and 20 deletions

View File

@ -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: {