You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
As a developer, I want to be able to perform the following operations:
Steps:
The text was updated successfully, but these errors were encountered: