Closed bcho892 closed 4 months ago
Is your feature request related to a problem? Please describe.
[!WARNING] Needs to be scoped to admin users only
Is used for if admins want to manually add bookings.
Should take user uids in the form of an array as the request body
uid
e.g
{ startDate: Timestamp, endDate: Timestamp, users: string[] }
BEFORE MERGING
yarn workspace server tsoa spec-and-routes
git fetch origin master:master
git rebase master
git merge master
Is your feature request related to a problem? Please describe.
Is used for if admins want to manually add bookings.
Should take user
uid
s in the form of an array as the request bodye.g
BEFORE MERGING
yarn workspace server tsoa spec-and-routes
)git fetch origin master:master
, thengit rebase master
orgit merge master
)