diff --git a/api/http/handler/templates/template_file.go b/api/http/handler/templates/template_file.go index 102a76644..3299f25cd 100644 --- a/api/http/handler/templates/template_file.go +++ b/api/http/handler/templates/template_file.go @@ -23,7 +23,7 @@ type filePayload struct { type fileResponse struct { // The requested file content - FileContent string `example: "version:2"` + FileContent string `example:"version:2"` } func (payload *filePayload) Validate(r *http.Request) error {