Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
POST /api/configs/:id/rollback
git revert
id
string
{ "versionId": "version-uuid-to-rollback-to" }
versionId
curl -X POST https://lazyraccoon.dev/api/configs/config-uuid/rollback \ -H "Authorization: Bearer lr_your_key" \ -H "Content-Type: application/json" \ -d '{"versionId": "version-uuid"}'
{ "id": "new-version-uuid", "version": 4, "hash": "def456...", "createdAt": "2026-03-13T12:00:00.000Z", "isCurrent": true }