feat: expose owner_name in coder_workspace resource (#11639)

This commit is contained in:
Marcin Tojek
2024-01-17 13:20:45 +01:00
committed by GitHub
parent b173195e0d
commit 5eb3e1cdaa
40 changed files with 353 additions and 146 deletions

9
coderd/apidoc/docs.go generated
View File

@ -11105,6 +11105,9 @@ const docTemplate = `{
"login_type": {
"$ref": "#/definitions/codersdk.LoginType"
},
"name": {
"type": "string"
},
"organization_ids": {
"type": "array",
"items": {
@ -11511,6 +11514,9 @@ const docTemplate = `{
"username"
],
"properties": {
"name": {
"type": "string"
},
"username": {
"type": "string"
}
@ -11609,6 +11615,9 @@ const docTemplate = `{
"login_type": {
"$ref": "#/definitions/codersdk.LoginType"
},
"name": {
"type": "string"
},
"organization_ids": {
"type": "array",
"items": {