cURL
curl --request POST \ --url https://api.parse.bot/dispatch/tasks/{task_id}/rollback-merge \ --header 'X-API-Key: <api-key>'
{ "rolled_back": true }
Restore your API to its pre-merge state. Only the most recent merge can be rolled back.
API key for programmatic access. Get yours at https://parse.bot or via POST /account/api-key with JWT auth.
Rollback result
Was this page helpful?