{ "opencollection": "1.0.0", "info": { "name": "Amazon Fraud Detector Detectors Rules API", "version": "2019-11-15" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Rules", "type": "folder" }, "items": [ { "info": { "name": "Get Rules", "type": "http" }, "http": { "method": "POST", "url": "https://frauddetector.{region}.amazonaws.com/rules", "body": { "type": "json", "data": "{}" } }, "docs": "Gets all rules for a detector." }, { "info": { "name": "Create Rule", "type": "http" }, "http": { "method": "PUT", "url": "https://frauddetector.{region}.amazonaws.com/rules", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a rule for use with the specified detector." } ] } ], "bundled": true }