diff --git a/apis/management.cattle.io/v3/multi_cluster_app.go b/apis/management.cattle.io/v3/multi_cluster_app.go index 15030348..4b064b62 100644 --- a/apis/management.cattle.io/v3/multi_cluster_app.go +++ b/apis/management.cattle.io/v3/multi_cluster_app.go @@ -85,5 +85,5 @@ type MultiClusterAppRollbackInput struct { type UpdateMultiClusterAppTargetsInput struct { Projects []string `json:"projects" norman:"type=array[reference[project]],required"` - Answers []Answer `json:"answers" norman:"type=array[reference[answer]]"` + Answers []Answer `json:"answers"` }