Преглед изворни кода

make request type match frontend

Alexander Belanger пре 3 година
родитељ
комит
431849a52a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      api/types/cluster.go

+ 1 - 1
api/types/cluster.go

@@ -264,7 +264,7 @@ type CreateClusterCandidateRequest struct {
 type UpdateClusterRequest struct {
 	Name string `json:"name" form:"required"`
 
-	AWSClusterID string `json:"aws_cluster_name"`
+	AWSClusterID string `json:"aws_cluster_id"`
 }
 
 type ListClusterResponse []*Cluster