{ "opencollection": "1.0.0", "info": { "name": "Tournament activity round API", "version": "v2" }, "items": [ { "info": { "name": "round", "type": "folder" }, "items": [ { "info": { "name": "List rounds.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v1/competitions/:competitionIdentifier/rounds", "params": [ { "name": "competitionIdentifier", "value": "", "type": "path" } ] }, "docs": "List rounds." }, { "info": { "name": "Create a round.", "type": "http" }, "http": { "method": "POST", "url": "http://api.hub.crunchdao.com/v1/competitions/:competitionIdentifier/rounds", "params": [ { "name": "competitionIdentifier", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a round." }, { "info": { "name": "Show a round.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v1/competitions/:competitionIdentifier/rounds/:roundIdentifier", "params": [ { "name": "competitionIdentifier", "value": "", "type": "path" }, { "name": "roundIdentifier", "value": "", "type": "path" } ] }, "docs": "Show a round." }, { "info": { "name": "Patch a round.", "type": "http" }, "http": { "method": "PATCH", "url": "http://api.hub.crunchdao.com/v1/competitions/:competitionIdentifier/rounds/:roundIdentifier", "params": [ { "name": "competitionIdentifier", "value": "", "type": "path" }, { "name": "roundIdentifier", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Patch a round." } ] } ], "bundled": true }