We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 357c044 commit 0dcad6cCopy full SHA for 0dcad6c
site/src/api/typesGenerated.ts
@@ -306,6 +306,7 @@ export interface DeploymentConfig {
306
readonly experimental: DeploymentConfigField<boolean>
307
readonly update_check: DeploymentConfigField<boolean>
308
readonly max_token_lifetime: DeploymentConfigField<number>
309
+ readonly swagger: SwaggerConfig
310
}
311
312
// From codersdk/deploymentconfig.go
@@ -615,6 +616,11 @@ export interface ServiceBanner {
615
616
readonly background_color?: string
617
618
619
+// From codersdk/deploymentconfig.go
620
+export interface SwaggerConfig {
621
+ readonly enabled?: DeploymentConfigField<boolean>
622
+}
623
+
624
625
export interface TLSConfig {
626
readonly enable: DeploymentConfigField<boolean>
0 commit comments