Resets a database branch
post
/v1/branches/{branch_id_or_ref}/resetResets the specified database branch
OAuth scopes
- environment:write
Path parameters
- branch_id_or_refRequiredone of the following options
Branch ref or deprecated branch ID
Body
- migration_versionOptionalstring
Response codes
- 201
- 500
Response (201)
1{2 "workflow_run_id": "lorem",3 "message": "ok"4}