{ "opencollection": "1.0.0", "info": { "name": "InsightAppSec Accounts Vulnerability Comments API", "version": "v1" }, "items": [ { "info": { "name": "Vulnerability Comments", "type": "folder" }, "items": [ { "info": { "name": "Get Vulnerability Comments", "type": "http" }, "http": { "method": "GET", "url": "https://[region].api.insight.rapid7.com/ias/v1/vulnerabilities/:vuln-id/comments", "params": [ { "name": "vuln-id", "value": "", "type": "path" } ] }, "docs": "Get the comments for a Vulnerability" }, { "info": { "name": "Create Vulnerability Comment", "type": "http" }, "http": { "method": "POST", "url": "https://[region].api.insight.rapid7.com/ias/v1/vulnerabilities/:vuln-id/comments", "params": [ { "name": "vuln-id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Vulnerability Comment" }, { "info": { "name": "Get Vulnerability Comment", "type": "http" }, "http": { "method": "GET", "url": "https://[region].api.insight.rapid7.com/ias/v1/vulnerabilities/:vuln-id/comments/:comment-id", "params": [ { "name": "vuln-id", "value": "", "type": "path" }, { "name": "comment-id", "value": "", "type": "path" } ] }, "docs": "Get a Comment for a Vulnerability" }, { "info": { "name": "Update Vulnerability Comment", "type": "http" }, "http": { "method": "PUT", "url": "https://[region].api.insight.rapid7.com/ias/v1/vulnerabilities/:vuln-id/comments/:comment-id", "params": [ { "name": "vuln-id", "value": "", "type": "path" }, { "name": "comment-id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing Vulnerability Comment" }, { "info": { "name": "Delete Vulnerability Comment", "type": "http" }, "http": { "method": "DELETE", "url": "https://[region].api.insight.rapid7.com/ias/v1/vulnerabilities/:vuln-id/comments/:comment-id", "params": [ { "name": "vuln-id", "value": "", "type": "path" }, { "name": "comment-id", "value": "", "type": "path" } ] }, "docs": "Delete an existing Vulnerability Comment" } ] } ], "bundled": true }