mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
feat: provide endpoint to lock/unlock workspace (#8239)
This commit is contained in:
3
cli/testdata/coder_list_--output_json.golden
vendored
3
cli/testdata/coder_list_--output_json.golden
vendored
@ -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