Authorization: Bearer ********************
{
"sha": "96a024347146ebdc5f481f45e6e6871e0c43af5f",
"meta_type": "branch",
"meta_id": "564587fe700d43b81b080767"
}
curl --location -g --request POST 'https://open.pingcode.com/v1/scm/products/{{scm_product_id}}/repositories/{{scm_product_repository_id}}/refs' \
--header 'Content-Type: application/json' \
--data-raw '{
"sha": "96a024347146ebdc5f481f45e6e6871e0c43af5f",
"meta_type": "branch",
"meta_id": "564587fe700d43b81b080767"
}'
{
"id": "5e451b7dd704c212f7de8b4f",
"url": "https://rest_api_root/v1/scm/products/564587fe700d43b81b080765/repositories/564587fe700d43b81b080766/refs/5e451b7dd704c212f7de8b4f",
"product": {
"id": "564587fe700d43b81b080765",
"url": "https://rest_api_root/v1/scm/products/564587fe700d43b81b080765",
"name": "Github",
"type": "github"
},
"repository": {
"id": "564587fe700d43b81b080766",
"url": "https://rest_api_root/v1/scm/products/564587fe700d43b81b080765/repositories/564587fe700d43b81b080766",
"name": "ngx-planet",
"full_name": "worktile/ngx-planet",
"created_at": 1403018919
},
"commit": {
"id": "5e3bb2128cfda459bbafa3fb",
"url": "https://rest_api_root/v1/scm/commits/5e3bb2128cfda459bbafa3fb",
"sha": "96a024347146ebdc5f481f45e6e6871e0c43af5f",
"message": "feat(scope): #PLM-001 initialization code structure",
"committer_name": "terry",
"committed_at": 1403018919
},
"meta": {
"id": "564587fe700d43b81b080767",
"url": "https://rest_api_root/v1/scm/products/564587fe700d43b81b080765/repositories/564587fe700d43b81b080766/branches/564587fe700d43b81b080767",
"name": "terry/#PLM-001",
"type": "branch"
}
}