330
330
"resource_id" : " 4d5215ed-38bb-48ed-879a-fdb9ca58522f" ,
331
331
"resource_link" : " string" ,
332
332
"resource_target" : " string" ,
333
- "resource_type" : " organization " ,
333
+ "resource_type" : " template " ,
334
334
"status_code" : 0 ,
335
335
"time" : " 2019-08-24T14:15:22Z" ,
336
336
"user" : {
406
406
"resource_id" : " 4d5215ed-38bb-48ed-879a-fdb9ca58522f" ,
407
407
"resource_link" : " string" ,
408
408
"resource_target" : " string" ,
409
- "resource_type" : " organization " ,
409
+ "resource_type" : " template " ,
410
410
"status_code" : 0 ,
411
411
"time" : " 2019-08-24T14:15:22Z" ,
412
412
"user" : {
@@ -785,7 +785,7 @@ CreateParameterRequest is a structure used to create a new parameter value for a
785
785
"action" : " create" ,
786
786
"build_reason" : " autostart" ,
787
787
"resource_id" : " 4d5215ed-38bb-48ed-879a-fdb9ca58522f" ,
788
- "resource_type" : " organization " ,
788
+ "resource_type" : " template " ,
789
789
"time" : " 2019-08-24T14:15:22Z"
790
790
}
791
791
```
@@ -812,15 +812,13 @@ CreateParameterRequest is a structure used to create a new parameter value for a
812
812
| ` build_reason ` | ` autostart ` |
813
813
| ` build_reason ` | ` autostop ` |
814
814
| ` build_reason ` | ` initiator ` |
815
- | ` resource_type ` | ` organization ` |
816
815
| ` resource_type ` | ` template ` |
817
816
| ` resource_type ` | ` template_version ` |
818
817
| ` resource_type ` | ` user ` |
819
818
| ` resource_type ` | ` workspace ` |
820
819
| ` resource_type ` | ` workspace_build ` |
821
820
| ` resource_type ` | ` git_ssh_key ` |
822
- | ` resource_type ` | ` api_key ` |
823
- | ` resource_type ` | ` group ` |
821
+ | ` resource_type ` | ` auditable_group ` |
824
822
825
823
## codersdk.CreateTokenRequest
826
824
@@ -3739,7 +3737,7 @@ Parameter represents a set value for the scope.
3739
3737
## codersdk.ResourceType
3740
3738
3741
3739
``` json
3742
- " organization "
3740
+ " template "
3743
3741
```
3744
3742
3745
3743
### Properties
@@ -3748,7 +3746,6 @@ Parameter represents a set value for the scope.
3748
3746
3749
3747
| Value |
3750
3748
| ------------------ |
3751
- | ` organization ` |
3752
3749
| ` template ` |
3753
3750
| ` template_version ` |
3754
3751
| ` user ` |
0 commit comments