We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f0641 commit aa33d24Copy full SHA for aa33d24
coderd/httpapi/httpapi.go
@@ -67,7 +67,7 @@ type Response struct {
67
// Validations are form field-specific friendly error messages. They will be
68
// shown on a form field in the UI. These can also be used to add additional
69
// context if there is a set of errors in the primary 'Message'.
70
- Validations []Error `json:"errors,omitempty"`
+ Validations []Error `json:"validations,omitempty"`
71
}
72
73
// Error represents a scoped error to a user input.
0 commit comments