chore: add organization name to workspaces (#13755)

* chore: add organization name to workspaces
This commit is contained in:
Steven Masley
2024-07-02 04:25:05 -10:00
committed by GitHub
parent 128674918b
commit bde9fd58ea
13 changed files with 63 additions and 30 deletions

3
coderd/apidoc/docs.go generated
View File

@ -12500,6 +12500,9 @@ const docTemplate = `{
"type": "string",
"format": "uuid"
},
"organization_name": {
"type": "string"
},
"outdated": {
"type": "boolean"
},