We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0ab0d commit 28f7264Copy full SHA for 28f7264
domains/api/http/requests.go
@@ -54,7 +54,6 @@ type updateDomainReq struct {
54
Name *string `json:"name,omitempty"`
55
Metadata *map[string]interface{} `json:"metadata,omitempty"`
56
Tags *[]string `json:"tags,omitempty"`
57
- Route *string `json:"route,omitempty"`
58
}
59
60
func (req updateDomainReq) validate() error {
0 commit comments