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