v1
latestOpenAPI 3.0.02026-07-14169146300.3 KBEnvironments
Create a database branch
Creates a database branch from the specified project.
post/v1/projects/{ref}/branches
Path parameters
refstring required
Example:abcdefghijklmnopqrst
Project ref
Request body
Example request
{
"branch_name": "preview-login-page",
"git_branch": "feature/login-page",
"persistent": true,
"with_data": false,
"notify_url": "https://example.com/webhooks/branches"
}