mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 17:14:54 +00:00
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:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user