{ "opencollection": "1.0.0", "info": { "name": "Liveblocks REST Active Users Versions API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Versions", "type": "folder" }, "items": [ { "info": { "name": "List versions", "type": "http" }, "http": { "method": "GET", "url": "https://api.liveblocks.io/v2/rooms/:roomId/versions", "params": [ { "name": "roomId", "value": "", "type": "path", "description": "The room identifier." } ] }, "docs": "List document version snapshots." }, { "info": { "name": "Get version", "type": "http" }, "http": { "method": "GET", "url": "https://api.liveblocks.io/v2/rooms/:roomId/version/:versionId", "params": [ { "name": "roomId", "value": "", "type": "path", "description": "The room identifier." }, { "name": "versionId", "value": "", "type": "path" } ] }, "docs": "Get version" }, { "info": { "name": "Create version checkpoint", "type": "http" }, "http": { "method": "POST", "url": "https://api.liveblocks.io/v2/rooms/:roomId/version", "params": [ { "name": "roomId", "value": "", "type": "path", "description": "The room identifier." } ] }, "docs": "Create version checkpoint" } ] } ], "bundled": true }