[Beta] Diffs a database branch
get
/v1/branches/{branch_id_or_ref}/diffDiffs the specified database branch
OAuth scopes
- environment:write
The fine-grained token must include the following permissions to access this endpoint:
- branching_development_write
- or
- branching_production_write
Path parameters
- branch_id_or_refRequiredany of the following options
Branch ref or deprecated branch ID
Query parameters
- included_schemasOptionalstring
- pgdeltaOptionalstring
Use pg-delta instead of Migra for diffing when true. Boolean string.
Truthy values:
true,1,yes,on,y,enabledFalsy values:
false,0,no,off,n,disabled
Response codes
- 200
- 500
Response (200)
1{}