{ "opencollection": "1.0.0", "info": { "name": "Tournament activity security-credentials API", "version": "v2" }, "items": [ { "info": { "name": "security-credentials", "type": "folder" }, "items": [ { "info": { "name": "Show the authority certificate.", "type": "http" }, "http": { "method": "POST", "url": "http://api.hub.crunchdao.com/v1/security-credentials/tls/issue-certificate", "body": { "type": "json", "data": "{}" } }, "docs": "Show the authority certificate." }, { "info": { "name": "Create a security credentials.", "type": "http" }, "http": { "method": "POST", "url": "http://api.hub.crunchdao.com/v1/competitions/:competitionIdentifier/projects/:userLogin/:projectIdentifier/security-credentials", "params": [ { "name": "competitionIdentifier", "value": "", "type": "path" }, { "name": "userLogin", "value": "", "type": "path" }, { "name": "projectIdentifier", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a security credentials." }, { "info": { "name": "Show a security credentials.", "type": "http" }, "http": { "method": "PATCH", "url": "http://api.hub.crunchdao.com/v1/competitions/:competitionIdentifier/projects/:userLogin/:projectIdentifier/security-credentials/:securityCredentialsId", "params": [ { "name": "competitionIdentifier", "value": "", "type": "path" }, { "name": "userLogin", "value": "", "type": "path" }, { "name": "projectIdentifier", "value": "", "type": "path" }, { "name": "securityCredentialsId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Show a security credentials." }, { "info": { "name": "Show the authority certificate.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v1/security-credentials/authority" }, "docs": "Show the authority certificate." } ] } ], "bundled": true }