Contents

Create a Game Center leaderboard set

Create a Game Center leaderboard set.

URL

POST https://api.appstoreconnect.apple.com/v2/gameCenterLeaderboardSets

Response Codes

StatusReasonTypeDescription
201Created
Content-Type: application/json
GameCenterLeaderboardSetV2Response
400Bad Request
Content-Type: application/json
ErrorResponse
401Unauthorized
Content-Type: application/json
ErrorResponse
403Forbidden
Content-Type: application/json
ErrorResponse
409Conflict
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:

  • gameCenterDetail

  • gameCenterGroup

  • gameCenterLeaderboards

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