{ "opencollection": "1.0.0", "info": { "name": "App Store Connect AccessibilityDeclarations RoutingAppCoverages API", "version": "4.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "RoutingAppCoverages", "type": "folder" }, "items": [ { "info": { "name": "Create Routing App Coverages", "type": "http" }, "http": { "method": "POST", "url": "https://api.appstoreconnect.apple.com/v1/routingAppCoverages", "body": { "type": "json", "data": "{}" } }, "docs": "Create Routing App Coverages" }, { "info": { "name": "Get Routing App Coverages", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/routingAppCoverages/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[routingAppCoverages]", "value": "", "type": "query", "description": "the fields to include for returned resources of type routingAppCoverages" }, { "name": "fields[appStoreVersions]", "value": "", "type": "query", "description": "the fields to include for returned resources of type appStoreVersions" }, { "name": "include", "value": "", "type": "query", "description": "comma-separated list of relationships to include" } ] }, "docs": "Get Routing App Coverages" }, { "info": { "name": "Update Routing App Coverages", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.appstoreconnect.apple.com/v1/routingAppCoverages/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Routing App Coverages" }, { "info": { "name": "Delete Routing App Coverages", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.appstoreconnect.apple.com/v1/routingAppCoverages/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ] }, "docs": "Delete Routing App Coverages" } ] } ], "bundled": true }