{ "opencollection": "1.0.0", "info": { "name": "App Store Connect AccessibilityDeclarations BundleIdCapabilities API", "version": "4.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "BundleIdCapabilities", "type": "folder" }, "items": [ { "info": { "name": "Create Bundle ID Capabilities", "type": "http" }, "http": { "method": "POST", "url": "https://api.appstoreconnect.apple.com/v1/bundleIdCapabilities", "body": { "type": "json", "data": "{}" } }, "docs": "Create Bundle ID Capabilities" }, { "info": { "name": "Update Bundle ID Capabilities", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.appstoreconnect.apple.com/v1/bundleIdCapabilities/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Bundle ID Capabilities" }, { "info": { "name": "Delete Bundle ID Capabilities", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.appstoreconnect.apple.com/v1/bundleIdCapabilities/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ] }, "docs": "Delete Bundle ID Capabilities" } ] } ], "bundled": true }