{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Publish API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Publish", "type": "folder" }, "items": [ { "info": { "name": "Datadog Publish App", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/app-builder/apps/:app_id/deployment", "params": [ { "name": "app_id", "value": "65bb1f25-52e1-4510-9f8d-22d1516ed693", "type": "path", "description": "The ID of the app to publish." } ] }, "docs": "Publish an app for use by other users. To ensure the app is accessible to the correct users, you also need to set a [Restriction Policy](https://docs.datadoghq.com/api/latest/restriction-policies/) on the app if a policy does not yet exist." } ] } ], "bundled": true }