{ "opencollection": "1.0.0", "info": { "name": "App Store Connect AccessibilityDeclarations BetaAppClipInvocations API", "version": "4.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "BetaAppClipInvocations", "type": "folder" }, "items": [ { "info": { "name": "Create Beta App Clip Invocations", "type": "http" }, "http": { "method": "POST", "url": "https://api.appstoreconnect.apple.com/v1/betaAppClipInvocations", "body": { "type": "json", "data": "{}" } }, "docs": "Create Beta App Clip Invocations" }, { "info": { "name": "Get Beta App Clip Invocations", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/betaAppClipInvocations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[betaAppClipInvocations]", "value": "", "type": "query", "description": "the fields to include for returned resources of type betaAppClipInvocations" }, { "name": "fields[betaAppClipInvocationLocalizations]", "value": "", "type": "query", "description": "the fields to include for returned resources of type betaAppClipInvocationLocalizations" }, { "name": "include", "value": "", "type": "query", "description": "comma-separated list of relationships to include" }, { "name": "limit[betaAppClipInvocationLocalizations]", "value": "", "type": "query", "description": "maximum number of related betaAppClipInvocationLocalizations returned (when they are included)" } ] }, "docs": "Get Beta App Clip Invocations" }, { "info": { "name": "Update Beta App Clip Invocations", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.appstoreconnect.apple.com/v1/betaAppClipInvocations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Beta App Clip Invocations" }, { "info": { "name": "Delete Beta App Clip Invocations", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.appstoreconnect.apple.com/v1/betaAppClipInvocations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ] }, "docs": "Delete Beta App Clip Invocations" } ] } ], "bundled": true }