cURL
curl --request POST \ --url https://staging.depot.mesa.dev/{org}/{repo}/branches \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "from": "<string>" } '
{ "name": "<string>", "head_sha": "<string>", "is_default": true }
Create a new branch from an existing ref
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Branch created