Skip to content

Commit d726fab

Browse files
committed
WIP
1 parent 67fe3ae commit d726fab

File tree

9 files changed

+53
-15
lines changed

9 files changed

+53
-15
lines changed

coderd/apidoc/docs.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/apidoc/swagger.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codersdk/workspaceapps.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ type WorkspaceApp struct {
4141
// `coder server` or via a hostname-based dev URL. If this is set to true
4242
// and there is no app wildcard configured on the server, the app will not
4343
// be accessible in the UI.
44-
Subdomain bool `json:"subdomain"`
45-
SharingLevel WorkspaceAppSharingLevel `json:"sharing_level" enums:"owner,authenticated,public"`
44+
Subdomain bool `json:"subdomain"`
45+
// SubdomainName is the application domain exposed on the `coder server`.
46+
SubdomainName string `json:"subdomain_name,omitempty"`
47+
SharingLevel WorkspaceAppSharingLevel `json:"sharing_level" enums:"owner,authenticated,public"`
4648
// Healthcheck specifies the configuration for checking app health.
4749
Healthcheck Healthcheck `json:"healthcheck"`
4850
Health WorkspaceAppHealth `json:"health"`

docs/api/agents.md

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/builds.md

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)