File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,6 @@ Get the manifest the agent fetched from `coderd` upon startup.
71
71
72
72
### Responses
73
73
74
- | Status | Meaning | Description | Schema |
75
- | ------ | ------------------------------------------------------- | ----------- | ----------------------------------------------- |
76
- | 200 | [ OK] ( https://tools.ietf.org/html/rfc7231#section-6.3.1 ) | OK | [ agentsdk.Manifest] ( ./schemas#agentsdkmanifest ) |
74
+ | Status | Meaning | Description | Schema |
75
+ | ------ | ------------------------------------------------------- | ----------- | -------------------------------------------------- |
76
+ | 200 | [ OK] ( https://tools.ietf.org/html/rfc7231#section-6.3.1 ) | OK | [ agentsdk.Manifest] ( ./schemas.md #agentsdkmanifest ) |
Original file line number Diff line number Diff line change 91
91
| ` workspace_name ` | string | true | | |
92
92
| ` git_auth_configs ` | int | true | | |
93
93
| ` vscode_port_proxy_uri ` | string | true | | |
94
- | ` apps ` | array of [ codersdk.WorkspaceApp] ( ../api/schemas#codersdkworkspaceapp ) | true | | |
95
- | ` derpmap ` | [ tailcfg.DERPMap] ( ../api/schemas#tailcfgderpmap ) | true | | |
94
+ | ` apps ` | array of [ codersdk.WorkspaceApp] ( ../api/schemas.md #codersdkworkspaceapp ) | true | | |
95
+ | ` derpmap ` | [ tailcfg.DERPMap] ( ../api/schemas.md #tailcfgderpmap ) | true | | |
96
96
| ` derp_force_websockets ` | boolean | true | | |
97
97
| ` environment_variables ` | object | true | | |
98
98
| ` directory ` | string | true | | |
99
99
| ` motd_file ` | string | true | | |
100
100
| ` disable_direct_connections ` | boolean | true | | |
101
101
| ` metadata ` | array of [ codersdk.WorkspaceAgentMetadataDescription] ( #codersdkworkspaceagentmetadatadescription ) | true | | |
102
- | ` scripts ` | array of [ codersdk.WorkspaceAgentScript] ( ../api/schemas#codersdkworkspaceagentscript ) | true | | |
102
+ | ` scripts ` | array of [ codersdk.WorkspaceAgentScript] ( ../api/schemas.md #codersdkworkspaceagentscript ) | true | | |
103
103
104
104
## codersdk.WorkspaceAgentMetadataDescription
105
105
You can’t perform that action at this time.
0 commit comments