Create a Game Center Leaderboard Set
Create a Game Center leaderboard set.
URL
POST https://api.appstoreconnect.apple.com/v2/gameCenterLeaderboardSetsResponse Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 201 | Created Content-Type: application/json | GameCenterLeaderboardSetV2Response | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | |
| 409 | Conflict Content-Type: application/json | ErrorResponse | |
| 422 | Content-Type: application/json | ErrorResponse | |
| 429 | Content-Type: application/json | ErrorResponse |
Overview
201:
400:
401:
403:
409:
422:
429:
Discussion
Create a leaderboard set with a relationship to one of the following:
gameCenterDetailgameCenterGroupgameCenterLeaderboards
If you create a leaderboard set with gameCenterLeaderboards, any leaderboards you attach are in the same app. If you create a leaderboard set with gameCenterGroup, any leaderboards you attach are in the same group.
HTTP Body
See Also
Creating, editing, and deleting leaderboard sets
Add a Leaderboard to a Game Center Leaderboard SetModify a Game Center Leaderboard SetModify the Leaderboards for a Game Center Leaderboard SetDelete a Game Center Leaderboard SetDelete a Game Center Leaderboard SetCreate a Leaderboard SetCreate a Relationship Between a Leaderboard and a Leaderboard SetEdit a Leaderboard SetModify the leaderboards in a leaderboard setEdit the relationship between a leaderboard and a group leaderboardDelete a Leaderboard SetDelete the Relationship Between a Leaderboard and a Leaderboard Set