{ "opencollection": "1.0.0", "info": { "name": "App Store Connect AccessibilityDeclarations GameCenterActivityLocalizations API", "version": "4.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "GameCenterActivityLocalizations", "type": "folder" }, "items": [ { "info": { "name": "Create Game Center Activity Localizations", "type": "http" }, "http": { "method": "POST", "url": "https://api.appstoreconnect.apple.com/v1/gameCenterActivityLocalizations", "body": { "type": "json", "data": "{}" } }, "docs": "Create Game Center Activity Localizations" }, { "info": { "name": "Get Game Center Activity Localizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/gameCenterActivityLocalizations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[gameCenterActivityLocalizations]", "value": "", "type": "query", "description": "the fields to include for returned resources of type gameCenterActivityLocalizations" }, { "name": "fields[gameCenterActivityVersions]", "value": "", "type": "query", "description": "the fields to include for returned resources of type gameCenterActivityVersions" }, { "name": "fields[gameCenterActivityImages]", "value": "", "type": "query", "description": "the fields to include for returned resources of type gameCenterActivityImages" }, { "name": "include", "value": "", "type": "query", "description": "comma-separated list of relationships to include" } ] }, "docs": "Get Game Center Activity Localizations" }, { "info": { "name": "Update Game Center Activity Localizations", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.appstoreconnect.apple.com/v1/gameCenterActivityLocalizations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Game Center Activity Localizations" }, { "info": { "name": "Delete Game Center Activity Localizations", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.appstoreconnect.apple.com/v1/gameCenterActivityLocalizations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ] }, "docs": "Delete Game Center Activity Localizations" }, { "info": { "name": "Get Related Game Center Activity Localizations / Image", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/gameCenterActivityLocalizations/:id/relationships/image", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ] }, "docs": "Get Related Game Center Activity Localizations / Image" }, { "info": { "name": "Get Related Game Center Activity Localizations / Image", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/gameCenterActivityLocalizations/:id/image", "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 Related Game Center Activity Localizations / Image" } ] } ], "bundled": true }