{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Unarchive API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Unarchive", "type": "folder" }, "items": [ { "info": { "name": "Datadog Unarchive Case", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/cases/:case_id/unarchive", "params": [ { "name": "case_id", "value": "f98a5a5b-e0ff-45d4-b2f5-afe6e74de504", "type": "path", "description": "Case's UUID or key" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Unarchive case" } ] } ], "bundled": true }