feat: support links with custom icons (#11629)

This commit is contained in:
Marcin Tojek
2024-01-15 16:56:01 +01:00
committed by GitHub
parent 5c310ec334
commit f915bdf26c
8 changed files with 46 additions and 14 deletions

7
coderd/apidoc/docs.go generated
View File

@ -9530,7 +9530,12 @@ const docTemplate = `{
"type": "object",
"properties": {
"icon": {
"type": "string"
"type": "string",
"enum": [
"bug",
"chat",
"docs"
]
},
"name": {
"type": "string"