Skip to content

API: Submission ‐ FixMatch

Michael Green edited this page Sep 21, 2024 · 1 revision

Endpoint: /api/v1/Submissions/FixMatch

Method: POST

Body:

{
  "mD5": "string",
  "shA1": "string",
  "metadataMatches": [
    {
      "source": "None",
      "platformId": "string",
      "gameId": "string"
    }
  ]
}

Authorisation required: Yes - User API key (generated for every user) sent using the header X-API-Key

Notes

  • Ensure at least one of mD5 and shA1 has a value
  • metadataMatches is an array
  • source = the metadata source to set the value to. Currently only IGDB is supported
  • platformId = the new IGDB platform ID
  • gameId = the new IGDB game ID
Clone this wiki locally