@@ -41,10 +41,10 @@ curl -X POST http://coder-server:8080/api/v2/organizations/{organization-id}/tem
41
41
42
42
### Parameters
43
43
44
- | Name | In | Type | Required | Description |
45
- | --------------- | ---- | -------------------------------------------------------------------------- | -------- | --------------- |
46
- | organization-id | path | string | true | Organization ID |
47
- | body | body | [ codersdk.CreateTemplateRequest] ( schemas.md#codersdkcreatetemplaterequest ) | true | Request body |
44
+ | Name | In | Type | Required | Description |
45
+ | ----------------- | ---- | -------------------------------------------------------------------------- | -------- | --------------- |
46
+ | ` organization-id ` | path | string | true | Organization ID |
47
+ | ` body ` | body | [ codersdk.CreateTemplateRequest] ( schemas.md#codersdkcreatetemplaterequest ) | true | Request body |
48
48
49
49
### Example responses
50
50
@@ -104,9 +104,9 @@ curl -X GET http://coder-server:8080/api/v2/organizations/{organization}/templat
104
104
105
105
### Parameters
106
106
107
- | Name | In | Type | Required | Description |
108
- | ------------ | ---- | ------------ | -------- | --------------- |
109
- | organization | path | string(uuid) | true | Organization ID |
107
+ | Name | In | Type | Required | Description |
108
+ | -------------- | ---- | ------------ | -------- | --------------- |
109
+ | ` organization ` | path | string(uuid) | true | Organization ID |
110
110
111
111
### Example responses
112
112
@@ -155,29 +155,29 @@ curl -X GET http://coder-server:8080/api/v2/organizations/{organization}/templat
155
155
156
156
Status Code ** 200**
157
157
158
- | Name | Type | Required | Restrictions | Description |
159
- | ---------------------------------- | --------------------------------- | -------- | ------------ | ------------------------------------------ |
160
- | _ anonymous _ | array | false | | |
161
- | » active_user_count | integer | false | | ActiveUserCount is set to -1 when loading. |
162
- | » active_version_id | string | false | | |
163
- | » allow_user_cancel_workspace_jobs | boolean | false | | |
164
- | » build_time_stats | ` codersdk.TemplateBuildTimeStats ` | false | | |
165
- | »» ** additionalProperties** | ` codersdk.TransitionStats ` | false | | |
166
- | »»» p50 | integer | false | | |
167
- | »»» p95 | integer | false | | |
168
- | » created_at | string | false | | |
169
- | » created_by_id | string | false | | |
170
- | » created_by_name | string | false | | |
171
- | » default_ttl_ms | integer | false | | |
172
- | » description | string | false | | |
173
- | » display_name | string | false | | |
174
- | » icon | string | false | | |
175
- | » id | string | false | | |
176
- | » name | string | false | | |
177
- | » organization_id | string | false | | |
178
- | » provisioner | string | false | | |
179
- | » updated_at | string | false | | |
180
- | » workspace_owner_count | integer | false | | |
158
+ | Name | Type | Required | Restrictions | Description |
159
+ | ------------------------------------ | --------------------------------- | -------- | ------------ | ------------------------------------------ |
160
+ | ` *anonymous* ` | array | false | | |
161
+ | ` » active_user_count ` | integer | false | | ActiveUserCount is set to -1 when loading. |
162
+ | ` » active_version_id ` | string | false | | |
163
+ | ` » allow_user_cancel_workspace_jobs ` | boolean | false | | |
164
+ | ` » build_time_stats ` | ` codersdk.TemplateBuildTimeStats ` | false | | |
165
+ | ` »» **additionalProperties** ` | ` codersdk.TransitionStats ` | false | | |
166
+ | ` »»» p50 ` | integer | false | | |
167
+ | ` »»» p95 ` | integer | false | | |
168
+ | ` » created_at ` | string | false | | |
169
+ | ` » created_by_id ` | string | false | | |
170
+ | ` » created_by_name ` | string | false | | |
171
+ | ` » default_ttl_ms ` | integer | false | | |
172
+ | ` » description ` | string | false | | |
173
+ | ` » display_name ` | string | false | | |
174
+ | ` » icon ` | string | false | | |
175
+ | ` » id ` | string | false | | |
176
+ | ` » name ` | string | false | | |
177
+ | ` » organization_id ` | string | false | | |
178
+ | ` » provisioner ` | string | false | | |
179
+ | ` » updated_at ` | string | false | | |
180
+ | ` » workspace_owner_count ` | integer | false | | |
181
181
182
182
To perform this operation, you must be authenticated by means of one of the following methods: ** CoderSessionToken** .
183
183
@@ -196,10 +196,10 @@ curl -X GET http://coder-server:8080/api/v2/organizations/{organization}/templat
196
196
197
197
### Parameters
198
198
199
- | Name | In | Type | Required | Description |
200
- | ------------- | ---- | ------------ | -------- | --------------- |
201
- | organization | path | string(uuid) | true | Organization ID |
202
- | template-name | path | string | true | Template name |
199
+ | Name | In | Type | Required | Description |
200
+ | --------------- | ---- | ------------ | -------- | --------------- |
201
+ | ` organization ` | path | string(uuid) | true | Organization ID |
202
+ | ` template-name ` | path | string | true | Template name |
203
203
204
204
### Example responses
205
205
@@ -261,7 +261,7 @@ curl -X GET http://coder-server:8080/api/v2/templates/{id} \
261
261
262
262
| Name | In | Type | Required | Description |
263
263
| ---- | ---- | ------------ | -------- | ----------- |
264
- | id | path | string(uuid) | true | Template ID |
264
+ | ` id ` | path | string(uuid) | true | Template ID |
265
265
266
266
### Example responses
267
267
@@ -323,7 +323,7 @@ curl -X DELETE http://coder-server:8080/api/v2/templates/{id} \
323
323
324
324
| Name | In | Type | Required | Description |
325
325
| ---- | ---- | ------------ | -------- | ----------- |
326
- | id | path | string(uuid) | true | Template ID |
326
+ | ` id ` | path | string(uuid) | true | Template ID |
327
327
328
328
### Example responses
329
329
0 commit comments