{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Modify API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Modify", "type": "folder" }, "items": [ { "info": { "name": "Datadog Modify the Triage Assignee of a Security Signal", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/security_monitoring/signals/:signal_id/assignee", "params": [ { "name": "signal_id", "value": "", "type": "path", "description": "The ID of the signal." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify the triage assignee of a security signal." } ] } ], "bundled": true }