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:
Szabolcs Fruhwald
2023-12-04 00:41:54 +03:00
committed by GitHub
co-authored by Kyle Carberry Atif Ali
parent 28eca2e53f
commit baf3bf6b9c
7 changed files with 46 additions and 17 deletions
+3 -1
View File
@@ -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"
}
```