{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Specific API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Specific", "type": "folder" }, "items": [ { "info": { "name": "Datadog Get a Specific Org Config Value", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/org_configs/:org_config_name", "params": [ { "name": "org_config_name", "value": "", "type": "path", "description": "The name of an Org Config." } ] }, "docs": "Return the name, description, and value of a specific Org Config." }, { "info": { "name": "Datadog Update a Specific Org Config", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/org_configs/:org_config_name", "params": [ { "name": "org_config_name", "value": "", "type": "path", "description": "The name of an Org Config." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the value of a specific Org Config." }, { "info": { "name": "Datadog Get a Specific Pipeline", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/remote_config/products/obs_pipelines/pipelines/:pipeline_id", "params": [ { "name": "pipeline_id", "value": "abc-123-def", "type": "path", "description": "The ID of the pipeline to retrieve." } ] }, "docs": "Get a specific pipeline by its ID." } ] } ], "bundled": true }