Clone code repo
Clone code repo for multi branch scanning
post/repositories/code/clone
Request body
Example request
{
"code_repo_id": 1,
"branch": "staging"
}Response
The code repo has been cloned and multi branch scanning has been set up.
Example response
{
"success": 1,
"code_repo_id": 2
}