SP-1812: Task/booking-system/update-api (#456)

* add update bookable spaces API

* add search to get bookable spaces API
This commit is contained in:
ZaydSkaff
2025-07-08 11:52:22 +03:00
committed by GitHub
parent 7a07f39f16
commit 9971fb953d
6 changed files with 77 additions and 4 deletions

View File

@ -83,6 +83,12 @@ export class ControllerRoute {
public static readonly GET_ALL_BOOKABLE_SPACES_DESCRIPTION =
'This endpoint retrieves all bookable spaces.';
public static readonly UPDATE_BOOKABLE_SPACES_SUMMARY =
'Update existing bookable spaces';
public static readonly UPDATE_BOOKABLE_SPACES_DESCRIPTION =
'This endpoint allows you to update existing bookable spaces by providing the required details.';
};
};
static COMMUNITY = class {