Enneo

Apps

Roll back an app to a previous revision

POST /app/{appId}/rollback/{revision}

POST /app/{appId}/rollback/{revision}

Path parameters

appIdstringpathrequired

No description.

revisionintegerpathrequired

Revision number to roll back to.

Responses

200 — Rolled back

Response Example

{
  "success": true,
  "app": {
    "id": 1,
    "appId": "k4FqL2Hm",
    "revision": 7,
    "name": "Customer health check",
    "slug": "customer-health-check",
    "description": "string",
    "vendor": "string",
    "availability": "string",
    "appearance": null,
    "data": null,
    "isActive": true,
    "deletedAt": "2026-01-01T12:00:00Z",
    "createdBy": 1,
    "createdAt": "2026-01-01T12:00:00Z"
  }
}

404 — Revision not found.