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