Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
'headers': {
 	"linux_username": "string",
	"gitub_username": "string" 
},
'body': {
	"component": "string"
	"versionbranch": "string"
	"type": "string"		// ex: [fix, dev] where fix is meant to merge to main, and dev is not
	"branchPoint": "string" // where to start the branch from: [branch, tag, commit]Name of newly created branch
}

Checkout component

Code Block
'headers': {
 	"linux_username": "string",
	"gitub_username": "string" 
},
'body': {
	"component": "string"
	"branch": "string"
}

...