mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat: add workspace_id, owner_name to agent manifest (#10199)
Co-authored-by: Kyle Carberry <kyle@carberry.com> Co-authored-by: Atif Ali <atif@coder.com>
This commit is contained in:
co-authored by
Kyle Carberry
Atif Ali
parent
28eca2e53f
commit
baf3bf6b9c
Generated
+3
-1
@@ -518,6 +518,7 @@ curl -X GET http://coder-server:8080/api/v2/workspaceagents/me/manifest \
|
||||
}
|
||||
],
|
||||
"motd_file": "string",
|
||||
"owner_name": "string",
|
||||
"scripts": [
|
||||
{
|
||||
"cron": "string",
|
||||
@@ -530,7 +531,8 @@ curl -X GET http://coder-server:8080/api/v2/workspaceagents/me/manifest \
|
||||
"timeout": 0
|
||||
}
|
||||
],
|
||||
"vscode_port_proxy_uri": "string"
|
||||
"vscode_port_proxy_uri": "string",
|
||||
"workspace_id": "string"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user