{ "opencollection": "1.0.0", "info": { "name": "App Store Connect AccessibilityDeclarations GameCenterMatchmakingTeams API", "version": "4.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "GameCenterMatchmakingTeams", "type": "folder" }, "items": [ { "info": { "name": "Create Game Center Matchmaking Teams", "type": "http" }, "http": { "method": "POST", "url": "https://api.appstoreconnect.apple.com/v1/gameCenterMatchmakingTeams", "body": { "type": "json", "data": "{}" } }, "docs": "Create Game Center Matchmaking Teams" }, { "info": { "name": "Update Game Center Matchmaking Teams", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.appstoreconnect.apple.com/v1/gameCenterMatchmakingTeams/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Game Center Matchmaking Teams" }, { "info": { "name": "Delete Game Center Matchmaking Teams", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.appstoreconnect.apple.com/v1/gameCenterMatchmakingTeams/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ] }, "docs": "Delete Game Center Matchmaking Teams" } ] } ], "bundled": true }