feat: allow editing org icon (#13547)

This commit is contained in:
Kayla Washburn-Love
2024-06-12 12:28:13 -06:00
committed by GitHub
parent 58bf0ec1c6
commit 28228f1bcb
19 changed files with 116 additions and 22 deletions

9
coderd/apidoc/docs.go generated
View File

@ -8376,6 +8376,9 @@ const docTemplate = `{
"description": "DisplayName will default to the same value as ` + "`" + `Name` + "`" + ` if not provided.",
"type": "string"
},
"icon": {
"type": "string"
},
"name": {
"type": "string"
}
@ -10007,6 +10010,9 @@ const docTemplate = `{
"display_name": {
"type": "string"
},
"icon": {
"type": "string"
},
"id": {
"type": "string",
"format": "uuid"
@ -11724,6 +11730,9 @@ const docTemplate = `{
"display_name": {
"type": "string"
},
"icon": {
"type": "string"
},
"name": {
"type": "string"
}