Parameter | Description |
---|---|
Branch | Name of the branch. |
Project ID | ID or path of the project owned by the authenticated user. |
Ref | Branch name or commit SHA to create branch from. |
{
"name": "<string>",
"commit": {
"id": "<string>",
"short_id": "<string>",
"created_at": "2023-03-04T10:29:55.000+00:00",
"parent_ids": [],
"title": "<string>",
"message": "<string>",
"author_name": "<string>",
"author_email": "<string>",
"authored_date": "2023-03-04T10:29:55.000+00:00",
"committer_name": "<string>",
"committer_email": "<string>",
"committed_date": "2023-03-04T10:29:55.000+00:00",
"trailers": {},
"extended_trailers": {},
"web_url": "<string>"
},
"merged": false,
"protected": false,
"developers_can_push": false,
"developers_can_merge": false,
"can_push": true,
"default": false,
"web_url": "<string>"
}
Was this page helpful?