v0.12.31 multiple UI changes
This commit is contained in:
@@ -106,6 +106,7 @@ export const api = {
|
||||
updateTeamSettings: (body) => req('PATCH', '/settings/team', body),
|
||||
|
||||
// Schedule Manager
|
||||
getMyScheduleGroups: () => req('GET', '/schedule/my-groups'),
|
||||
getEventTypes: () => req('GET', '/schedule/event-types'),
|
||||
createEventType: (body) => req('POST', '/schedule/event-types', body),
|
||||
updateEventType: (id, body) => req('PATCH', `/schedule/event-types/${id}`, body),
|
||||
|
||||
Reference in New Issue
Block a user