8000 add success return · coder/coder@62ef712 · GitHub
[go: up one dir, main page]

Skip to content

Commit 62ef712

Browse files
committed
add success return
1 parent dba576c commit 62ef712

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/parameters.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import (
3636
// @Param templateversion path string true "Template version ID" format(uuid)
3737
// @Accept json
3838
// @Produce json
39+
// @Success 200 {object} codersdk.DynamicParametersResponse
3940
// @Router /templateversions/{templateversion}/dynamic-parameters/evaluate [post]
4041
func (api *API) templateVersionDynamicParametersEvaluate(rw http.ResponseWriter, r *http.Request) {
4142
ctx := r.Context()

0 commit comments

Comments
 (0)
0