{ "opencollection": "1.0.0", "info": { "name": "App Store Connect AccessibilityDeclarations GameCenterMatchmakingRuleSets API", "version": "4.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "GameCenterMatchmakingRuleSets", "type": "folder" }, "items": [ { "info": { "name": "List Game Center Matchmaking Rule Sets", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/gameCenterMatchmakingRuleSets", "params": [ { "name": "fields[gameCenterMatchmakingRuleSets]", "value": "", "type": "query", "description": "the fields to include for returned resources of type gameCenterMatchmakingRuleSets" }, { "name": "fields[gameCenterMatchmakingTeams]", "value": "", "type": "query", "description": "the fields to include for returned resources of type gameCenterMatchmakingTeams" }, { "name": "fields[gameCenterMatchmakingRules]", "value": "", "type": "query", "description": "the fields to include for returned resources of type gameCenterMatchmakingRules" }, { "name": "fields[gameCenterMatchmakingQueues]", "value": "", "type": "query", "description": "the fields to include for returned resources of type gameCenterMatchmakingQueues" }, { "name": "limit", "value": "", "type": "query", "description": "maximum resources per page" }, { "name": "include", "value": "", "type": "query", "description": "comma-separated list of relationships to include" }, { "name": "limit[matchmakingQueues]", "value": "", "type": "query", "description": "maximum number of related matchmakingQueues returned (when they are included)" }, { "name": "limit[rules]", "value": "", "type": "query", "description": "maximum number of related rules returned (when they are included)" }, { "name": "limit[teams]", "value": "", "type": "query", "description": "maximum number of related teams returned (when they are included)" } ] }, "docs": "List Game Center Matchmaking Rule Sets" }, { "info": { "name": "Create Game Center Matchmaking Rule Sets", "type": "http" }, "http": { "method": "POST", "url": "https://api.appstoreconnect.apple.com/v1/gameCenterMatchmakingRuleSets", "body": { "type": "json", "data": "{}" } }, "docs": "Create Game Center Matchmaking Rule Sets" }, { "info": { "name": "Get Game Center Matchmaking Rule Sets", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/gameCenterMatchmakingRuleSets/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[gameCenterMatchmakingRuleSets]", "value": "", "type": "query", "description": "the fields to include for returned resources of type gameCenterMatchmakingRuleSets" }, { "name": "fields[gameCenterMatchmakingTeams]", "value": "", "type": "query", "description": "the fields to include for returned resources of type gameCenterMatchmakingTeams" }, { "name": "fields[gameCenterMatchmakingRules]", "value": "", "type": "query", "description": "the fields to include for returned resources of type gameCenterMatchmakingRules" }, { "name": "fields[gameCenterMatchmakingQueues]", "value": "", "type": "query", "description": "the fields to include for returned resources of type gameCenterMatchmakingQueues" }, { "name": "include", "value": "", "type": "query", "description": "comma-separated list of relationships to include" }, { "name": "limit[matchmakingQueues]", "value": "", "type": "query", "description": "maximum number of related matchmakingQueues returned (when they are included)" }, { "name": "limit[rules]", "value": "", "type": "query", "description": "maximum number of related rules returned (when they are included)" }, { "name": "limit[teams]", "value": "", "type": "query", "description": "maximum number of related teams returned (when they are included)" } ] }, "docs": "Get Game Center Matchmaking Rule Sets" }, { "info": { "name": "Update Game Center Matchmaking Rule Sets", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.appstoreconnect.apple.com/v1/gameCenterMatchmakingRuleSets/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Game Center Matchmaking Rule Sets" }, { "info": { "name": "Delete Game Center Matchmaking Rule Sets", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.appstoreconnect.apple.com/v1/gameCenterMatchmakingRuleSets/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" } ] }, "docs": "Delete Game Center Matchmaking Rule Sets" }, { "info": { "name": "List Related Game Center Matchmaking Rule Sets / Matchmaking Queues", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/gameCenterMatchmakingRuleSets/:id/relationships/matchmakingQueues", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "limit", "value": "", "type": "query", "description": "maximum resources per page" } ] }, "docs": "List Related Game Center Matchmaking Rule Sets / Matchmaking Queues" }, { "info": { "name": "List Related Game Center Matchmaking Rule Sets / Matchmaking Queues", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/gameCenterMatchmakingRuleSets/:id/matchmakingQueues", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[gameCenterMatchmakingQueues]", "value": "", "type": "query", "description": "the fields to include for returned resources of type gameCenterMatchmakingQueues" }, { "name": "fields[gameCenterMatchmakingRuleSets]", "value": "", "type": "query", "description": "the fields to include for returned resources of type gameCenterMatchmakingRuleSets" }, { "name": "limit", "value": "", "type": "query", "description": "maximum resources per page" }, { "name": "include", "value": "", "type": "query", "description": "comma-separated list of relationships to include" } ] }, "docs": "List Related Game Center Matchmaking Rule Sets / Matchmaking Queues" }, { "info": { "name": "List Related Game Center Matchmaking Rule Sets / Rules", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/gameCenterMatchmakingRuleSets/:id/relationships/rules", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "limit", "value": "", "type": "query", "description": "maximum resources per page" } ] }, "docs": "List Related Game Center Matchmaking Rule Sets / Rules" }, { "info": { "name": "List Related Game Center Matchmaking Rule Sets / Rules", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/gameCenterMatchmakingRuleSets/:id/rules", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[gameCenterMatchmakingRules]", "value": "", "type": "query", "description": "the fields to include for returned resources of type gameCenterMatchmakingRules" }, { "name": "limit", "value": "", "type": "query", "description": "maximum resources per page" } ] }, "docs": "List Related Game Center Matchmaking Rule Sets / Rules" }, { "info": { "name": "List Related Game Center Matchmaking Rule Sets / Teams", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/gameCenterMatchmakingRuleSets/:id/relationships/teams", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "limit", "value": "", "type": "query", "description": "maximum resources per page" } ] }, "docs": "List Related Game Center Matchmaking Rule Sets / Teams" }, { "info": { "name": "List Related Game Center Matchmaking Rule Sets / Teams", "type": "http" }, "http": { "method": "GET", "url": "https://api.appstoreconnect.apple.com/v1/gameCenterMatchmakingRuleSets/:id/teams", "params": [ { "name": "id", "value": "", "type": "path", "description": "the id of the requested resource" }, { "name": "fields[gameCenterMatchmakingTeams]", "value": "", "type": "query", "description": "the fields to include for returned resources of type gameCenterMatchmakingTeams" }, { "name": "limit", "value": "", "type": "query", "description": "maximum resources per page" } ] }, "docs": "List Related Game Center Matchmaking Rule Sets / Teams" } ] } ], "bundled": true }