feat: expose application name via Appearance API (#9886)

This commit is contained in:
Marcin Tojek
2023-09-27 17:02:18 +02:00
committed by GitHub
parent 68738771b9
commit cb5f8df4c2
18 changed files with 212 additions and 21 deletions

6
coderd/apidoc/docs.go generated
View File

@ -7023,6 +7023,9 @@ const docTemplate = `{
"codersdk.AppearanceConfig": {
"type": "object",
"properties": {
"application_name": {
"type": "string"
},
"logo_url": {
"type": "string"
},
@ -10201,6 +10204,9 @@ const docTemplate = `{
"codersdk.UpdateAppearanceConfig": {
"type": "object",
"properties": {
"application_name": {
"type": "string"
},
"logo_url": {
"type": "string"
},