Procházet zdrojové kódy

make request type match frontend

Alexander Belanger před 4 roky
rodič
revize
431849a52a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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