v1
latestOpenAPI 3.0.02026-07-14169146300.3 KBEnvironments
Update database branch config
Updates the configuration of the specified database branch
patch/v1/branches/{branch_id_or_ref}
Path parameters
Example:abcdefghijklmnopqrst
Branch ref or deprecated branch ID
Request body
Example request
{
"branch_name": "preview-login-page",
"git_branch": "feature/login-page",
"persistent": true,
"request_review": true,
"notify_url": "https://example.com/webhooks/branches"
}