{ "opencollection": "1.0.0", "info": { "name": "App Store Connect AccessibilityDeclarations AgeRatingDeclarations API", "version": "4.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "AgeRatingDeclarations", "type": "folder" }, "items": [ { "info": { "name": "Update Age Rating Declarations", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.appstoreconnect.apple.com/v1/ageRatingDeclarations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Age Rating Declarations" } ] } ], "bundled": true }