Schedules
Schedules allows you to set out time blocks when you want to show availability.
get
http://localhost:3002/v1
/schedules
Find all schedules
post
http://localhost:3002/v1
/schedules
Creates a new schedule
get
http://localhost:3002/v1
/schedules/{id}
Find a schedule
patch
http://localhost:3002/v1
/schedules/{id}
Edit an existing schedule
delete
http://localhost:3002/v1
/schedules/{id}
Remove an existing schedule
Last modified 8mo ago