{ "opencollection": "1.0.0", "info": { "name": "Ceramic HTTP Commits API", "version": "0.1.0" }, "items": [ { "info": { "name": "Commits", "type": "folder" }, "items": [ { "info": { "name": "Apply Commit", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.ceramic.network/api/v0/commits", "body": { "type": "json", "data": "{}" } }, "docs": "Applies a new commit to an existing Ceramic stream, updating its state. Requires the StreamID and the commit data." }, { "info": { "name": "List Stream Commits", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.ceramic.network/api/v0/commits/:streamId", "params": [ { "name": "streamId", "value": "", "type": "path", "description": "The StreamID whose commit history to retrieve" } ] }, "docs": "Retrieves the complete list of commits for a given stream, ordered from genesis to latest." } ] } ], "bundled": true }