Skip to content

Commit 609515f

Browse files
committed
feat: update vcs id key on create component per schema
1 parent 2118e45 commit 609515f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ var createComponentCmd = &cobra.Command{
975975
body["featureBranchVersioning"] = featureBranchVersioning
976976
}
977977
if len(vcsUuid) > 0 {
978-
body["vcsRepositoryUuid"] = vcsUuid
978+
body["vcs"] = vcsUuid
979979
}
980980

981981
if len(vcsUri) > 0 {

0 commit comments

Comments
 (0)