@@ -394,7 +394,8 @@ curl -X GET http://coder-server:8080/api/v2/organizations/{organization}/templat
394
394
"organization_id" : " 7c60d51f-b44e-4682-87d6-449835ea4de6" ,
395
395
"readme" : " string" ,
396
396
"template_id" : " c6d67e98-83ea-49f0-8812-e4abae2b68bc" ,
397
- "updated_at" : " 2019-08-24T14:15:22Z"
397
+ "updated_at" : " 2019-08-24T14:15:22Z" ,
398
+ "warnings" : [" DEPRECATED_PARAMETERS" ]
398
399
}
399
400
```
400
401
@@ -471,7 +472,8 @@ curl -X GET http://coder-server:8080/api/v2/organizations/{organization}/templat
471
472
"organization_id" : " 7c60d51f-b44e-4682-87d6-449835ea4de6" ,
472
473
"readme" : " string" ,
473
474
"template_id" : " c6d67e98-83ea-49f0-8812-e4abae2b68bc" ,
474
- "updated_at" : " 2019-08-24T14:15:22Z"
475
+ "updated_at" : " 2019-08-24T14:15:22Z" ,
476
+ "warnings" : [" DEPRECATED_PARAMETERS" ]
475
477
}
476
478
```
477
479
@@ -580,7 +582,8 @@ curl -X POST http://coder-server:8080/api/v2/organizations/{organization}/templa
580
582
"organization_id" : " 7c60d51f-b44e-4682-87d6-449835ea4de6" ,
581
583
"readme" : " string" ,
582
584
"template_id" : " c6d67e98-83ea-49f0-8812-e4abae2b68bc" ,
583
- "updated_at" : " 2019-08-24T14:15:22Z"
585
+ "updated_at" : " 2019-08-24T14:15:22Z" ,
586
+ "warnings" : [" DEPRECATED_PARAMETERS" ]
584
587
}
585
588
```
586
589
@@ -877,7 +880,8 @@ curl -X GET http://coder-server:8080/api/v2/templates/{template}/versions \
877
880
"organization_id" : " 7c60d51f-b44e-4682-87d6-449835ea4de6" ,
878
881
"readme" : " string" ,
879
882
"template_id" : " c6d67e98-83ea-49f0-8812-e4abae2b68bc" ,
880
- "updated_at" : " 2019-08-24T14:15:22Z"
883
+ "updated_at" : " 2019-08-24T14:15:22Z" ,
884
+ "warnings" : [" DEPRECATED_PARAMETERS" ]
881
885
}
882
886
]
883
887
```
@@ -927,6 +931,7 @@ Status Code **200**
927
931
| ` » readme ` | string | false | | |
928
932
| ` » template_id ` | string(uuid) | false | | |
929
933
| ` » updated_at ` | string(date-time) | false | | |
934
+ | ` » warnings ` | array | false | | |
930
935
931
936
#### Enumerated Values
932
937
@@ -1064,7 +1069,8 @@ curl -X GET http://coder-server:8080/api/v2/templates/{template}/versions/{templ
1064
1069
"organization_id" : " 7c60d51f-b44e-4682-87d6-449835ea4de6" ,
1065
1070
"readme" : " string" ,
1066
1071
"template_id" : " c6d67e98-83ea-49f0-8812-e4abae2b68bc" ,
1067
- "updated_at" : " 2019-08-24T14:15:22Z"
1072
+ "updated_at" : " 2019-08-24T14:15:22Z" ,
1073
+ "warnings" : [" DEPRECATED_PARAMETERS" ]
1068
1074
}
1069
1075
]
1070
1076
```
@@ -1114,6 +1120,7 @@ Status Code **200**
1114
1120
| ` » readme ` | string | false | | |
1115
1121
| ` » template_id ` | string(uuid) | false | | |
1116
1122
| ` » updated_at ` | string(date-time) | false | | |
1123
+ | ` » warnings ` | array | false | | |
1117
1124
1118
1125
#### Enumerated Values
1119
1126
@@ -1195,7 +1202,8 @@ curl -X GET http://coder-server:8080/api/v2/templateversions/{templateversion} \
1195
1202
"organization_id" : " 7c60d51f-b44e-4682-87d6-449835ea4de6" ,
1196
1203
"readme" : " string" ,
1197
1204
"template_id" : " c6d67e98-83ea-49f0-8812-e4abae2b68bc" ,
1198
- "updated_at" : " 2019-08-24T14:15:22Z"
1205
+ "updated_at" : " 2019-08-24T14:15:22Z" ,
1206
+ "warnings" : [" DEPRECATED_PARAMETERS" ]
1199
1207
}
1200
1208
```
1201
1209
@@ -1280,7 +1288,8 @@ curl -X PATCH http://coder-server:8080/api/v2/templateversions/{templateversion}
1280
1288
"organization_id" : " 7c60d51f-b44e-4682-87d6-449835ea4de6" ,
1281
1289
"readme" : " string" ,
1282
1290
"template_id" : " c6d67e98-83ea-49f0-8812-e4abae2b68bc" ,
1283
- "updated_at" : " 2019-08-24T14:15:22Z"
1291
+ "updated_at" : " 2019-08-24T14:15:22Z" ,
1292
+ "warnings" : [" DEPRECATED_PARAMETERS" ]
1284
1293
}
1285
1294
```
1286
1295
0 commit comments