mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat: allow prefixes at the beginning of subdomain app hostnames (#10150)
This commit is contained in:
4
coderd/apidoc/docs.go
generated
4
coderd/apidoc/docs.go
generated
@ -12182,6 +12182,10 @@ const docTemplate = `{
|
||||
"description": "AgentNameOrID is not required if the workspace has only one agent.",
|
||||
"type": "string"
|
||||
},
|
||||
"app_prefix": {
|
||||
"description": "Prefix is the prefix of the subdomain app URL. Prefix should have a\ntrailing \"---\" if set.",
|
||||
"type": "string"
|
||||
},
|
||||
"app_slug_or_port": {
|
||||
"type": "string"
|
||||
},
|
||||
|
Reference in New Issue
Block a user