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