- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
As a developer, I want to be able to perform the following operations:
- Enable autostart at a given time on a given workspace
- Enable autostop at a given time on a given workspace
- Disable autostart on a given workspace
- Disable autostop on a given workspace
Steps:
- Update existing workspace CRUD operations to support setting and unsetting AutoStat and AutoStop.
- Adhere to HATEOAS where appropriate. If the operation would result in no change (for example, autostart already enabled at the given time or autostop already disabled), return status 304
- Add unit tests to cover existing functionality.