{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Patch API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Patch", "type": "folder" }, "items": [ { "info": { "name": "Datadog Patch Aws Scan Options", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/agentless_scanning/accounts/aws/:account_id", "params": [ { "name": "account_id", "value": "123456789012", "type": "path", "description": "The ID of an AWS account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the Agentless scan options for an activated account." }, { "info": { "name": "Datadog Patch Group", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/scim/Groups/:group_id", "params": [ { "name": "group_id", "value": "abc-123-def", "type": "path", "description": "None" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Patch the group with the given `group_id`." }, { "info": { "name": "Datadog Patch User", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/scim/Users/:user_uuid", "params": [ { "name": "user_uuid", "value": "abc-123-def", "type": "path", "description": "None" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Patch the user with the given `user_uuid`." }, { "info": { "name": "Datadog Patch a Signal-based Notification Rule", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/security/signals/notification_rules/:id", "params": [ { "name": "id", "value": "abc-123-def", "type": "path", "description": "ID of the notification rule." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Partially update the notification rule. All fields are optional; if a field is not provided, it is not updated." }, { "info": { "name": "Datadog Patch a Vulnerability-based Notification Rule", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/security/vulnerabilities/notification_rules/:id", "params": [ { "name": "id", "value": "abc-123-def", "type": "path", "description": "ID of the notification rule." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Partially update the notification rule. All fields are optional; if a field is not provided, it is not updated." } ] } ], "bundled": true }