Availabilities
Availabilities allows you to map schedules to an event type.
post
http://localhost:3002/v1
/availabilities
Creates a new availability
get
http://localhost:3002/v1
/availabilities/{id}
Find an availability
patch
http://localhost:3002/v1
/availabilities/{id}
Edit an existing availability
delete
http://localhost:3002/v1
/availabilities/{id}
Remove an existing availability
Last modified 2mo ago