chore: add organization id to provisioner sdk type (#13883)

* chore: add organization id to provisioner sdk type
This commit is contained in:
Steven Masley
2024-07-12 05:56:34 -10:00
committed by GitHub
parent 1691768fb9
commit c6b7588933
9 changed files with 40 additions and 15 deletions

4
coderd/apidoc/docs.go generated
View File

@ -10612,6 +10612,10 @@ const docTemplate = `{
"name": {
"type": "string"
},
"organization_id": {
"type": "string",
"format": "uuid"
},
"provisioners": {
"type": "array",
"items": {