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