ℹ️ This support article explains how to reassign match action to the correct person via API using Postman or any other API management system.
✅ Mistakes in a match actions can be fixed via API which has write/read permissions.
1️⃣ Use GET call to get all the match actions in a match:
Use limit=500 since there should be more than 10 match action which comes by default.
2️⃣ Look for the match action or actions which you want to edit. For example "actionNumber": 9.
3️⃣ To update match action number 9 use PUT call:
https://developer.geniussports.com/warehouse/rest/index_basketball.html#method_PUTmatchaction_anchor
The call must contain:
- matchId
- actionNumber
- and a body with correct person id (example "personId":12345)
4️⃣ After match action is updated run Match Statistics Rebuild from Actions to update match statistics for players: