mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: provide endpoint to lock/unlock workspace (#8239)
This commit is contained in:
+2
-1
@@ -51,6 +51,7 @@
|
||||
"autostart_schedule": "CRON_TZ=US/Central 30 9 * * 1-5",
|
||||
"ttl_ms": 28800000,
|
||||
"last_used_at": "[timestamp]",
|
||||
"deleting_at": null
|
||||
"deleting_at": null,
|
||||
"locked_at": null
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user