{ "opencollection": "1.0.0", "info": { "name": "Akamai: API Endpoint Definition Access tokens Custom overrides API", "version": "2" }, "items": [ { "info": { "name": "Custom overrides", "type": "folder" }, "items": [ { "info": { "name": "Akamai List Custom Overrides", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api-definitions/v2/custom-overrides", "headers": [ { "name": "PAPI-Use-Prefixes", "value": "{{PAPI-Use-Prefixes}}" } ], "params": [ { "name": "accountSwitchKey", "value": "{{accountSwitchKey}}", "type": "query", "description": "For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys)." } ] }, "docs": "Lists the set of custom XML metadata overrides configured for you by Akamai representatives. Referencing the relevant `overrideId` from a `customOverride` object makes the custom XML append to the rest of the metadata XML defined by the rule tree, typically to restore state. See [Custom behaviors and overrides](https://techdocs.akamai.com/property-mgr/reference/custom-behaviors-and-overrides) for guidance on custom overrides." }, { "info": { "name": "Akamai Get a Custom Override", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api-definitions/v2/custom-overrides/:overrideId", "headers": [ { "name": "PAPI-Use-Prefixes", "value": "{{PAPI-Use-Prefixes}}" } ], "params": [ { "name": "overrideId", "value": "{{overrideId}}", "type": "path", "description": "Unique identifier for the custom override." }, { "name": "accountSwitchKey", "value": "{{accountSwitchKey}}", "type": "query", "description": "For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys)." } ] }, "docs": "Get information for a single custom override. Use this operation if you want to examine the override's XML metadata." } ] } ], "bundled": true }